C# 클래스 withSIX.Core.Presentation.Wpf.Views.Controls.ColumnInfo

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

프로퍼티 타입 설명
DisplayIndex int
Header object
PropertyPath string
SortDirection ListSortDirection?
WidthType DataGridLengthUnitType
WidthValue double

공개 메소드들

메소드 설명
Apply ( System.Windows.Controls.DataGridColumn column, int gridColumnCount, SortDescriptionCollection sortDescriptions ) : void
ColumnInfo ( System.Windows.Controls.DataGridColumn column ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( System.Windows.Controls.DataGridColumn column, int gridColumnCount, SortDescriptionCollection sortDescriptions ) : void
column System.Windows.Controls.DataGridColumn
gridColumnCount int
sortDescriptions SortDescriptionCollection
리턴 void

ColumnInfo() 공개 메소드

public ColumnInfo ( System.Windows.Controls.DataGridColumn column ) : System
column System.Windows.Controls.DataGridColumn
리턴 System

프로퍼티 상세

DisplayIndex 공개적으로 프로퍼티

public int DisplayIndex
리턴 int

Header 공개적으로 프로퍼티

public object Header
리턴 object

PropertyPath 공개적으로 프로퍼티

public string PropertyPath
리턴 string

SortDirection 공개적으로 프로퍼티

public ListSortDirection? SortDirection
리턴 ListSortDirection?

WidthType 공개적으로 프로퍼티

public DataGridLengthUnitType WidthType
리턴 DataGridLengthUnitType

WidthValue 공개적으로 프로퍼티

public double WidthValue
리턴 double