C# Класс Adf.Web.UI.Styling.BusinessGridViewStyler

Represents a styler for a SmartView. Provides method to set the styles defined in the cascading style sheets to a SmartView.
Наследование: IStyler
Показать файл Открыть проект

Открытые методы

Метод Описание
SetStyles ( Control c ) : void

Sets the CSS styles to the specified SmartView.

Описание методов

SetStyles() публичный Метод

Sets the CSS styles to the specified SmartView.
public SetStyles ( Control c ) : void
c System.Web.UI.Control The to give CSS styles to.
Результат void