Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Adf
Web
UI
Styling
BusinessCalendarStyler
C# Class Adf.Web.UI.Styling.BusinessCalendarStyler
Represents a styler for a
Adf.Web.UI.BusinessCalendar
. Provides method to set the styles defined in the cascading style sheets to a
Adf.Web.UI.BusinessCalendar
.
Inheritance:
IStyler
Exibir arquivo
Open project: NLADP/ADF
Public Methods
Method
Description
SetStyles
(
Control
c
) :
void
Sets the CSS styles to the specified
Adf.Web.UI.BusinessCalendar
.
Method Details
SetStyles()
public
method
Sets the CSS styles to the specified
Adf.Web.UI.BusinessCalendar
.
public
SetStyles
(
Control
c
) :
void
c
System.Web.UI.Control
The
to give CSS styles to.
return
void