C# 클래스 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.
상속: IStyler
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
SetStyles ( Control c ) : void

Sets the CSS styles to the specified Adf.Web.UI.BusinessCalendar.

메소드 상세

SetStyles() 공개 메소드

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.
리턴 void