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

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

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

Метод Описание
SetStyle ( string style, string value ) : string
Style ( object target ) : void

Sets the CSS styles to the specified SmartView.

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

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

public SetStyle ( string style, string value ) : string
style string
value string
Результат string

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

Sets the CSS styles to the specified SmartView.
public Style ( object target ) : void
target object The to give CSS styles to.
Результат void