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
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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