C# 클래스 FluentWebControls.GridColumn

상속: IGridColumn
파일 보기 프로젝트 열기: mvbalaw/FluentWebControls

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GridColumn ( GridColumnType type, string columnHeader, string fieldName, AlignAttribute align, bool isDefaultSortColumn, bool isClientSideSortable, string sorter, string actionName, IList rows ) : System.Collections.Generic
this ( int rowId ) : string

메소드 상세

GridColumn() 공개 메소드

public GridColumn ( GridColumnType type, string columnHeader, string fieldName, AlignAttribute align, bool isDefaultSortColumn, bool isClientSideSortable, string sorter, string actionName, IList rows ) : System.Collections.Generic
type GridColumnType
columnHeader string
fieldName string
align AlignAttribute
isDefaultSortColumn bool
isClientSideSortable bool
sorter string
actionName string
rows IList
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int rowId ) : string
rowId int
리턴 string