Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Adf
Web
UI
Styling
BusinessGridViewStyler
C# Class 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
.
Inheritance:
IStyler
ファイルを表示
Open project: NLADP/ADF
Public Methods
Method
Description
SetStyles
(
Control
c
) :
void
Sets the CSS styles to the specified
SmartView
.
Method Details
SetStyles()
public
method
Sets the CSS styles to the specified
SmartView
.
public
SetStyles
(
Control
c
) :
void
c
System.Web.UI.Control
The
to give CSS styles to.
return
void