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

공개 메소드들

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