C# 클래스 BlueSky.DataGridValueLablesCol

상속: C1.WPF.DataGrid.DataGridColumn
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository

공개 프로퍼티들

프로퍼티 타입 설명
LevelHeaderHeight int

공개 메소드들

메소드 설명
BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
BindCellContent ( FrameworkElement cellContent, C1 row ) : void
CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
CreateCellContent ( C1 row ) : FrameworkElement
DataGridValueLablesCol ( ) : System
EndEdit ( FrameworkElement editingElement ) : void
GetCellContentRecyclingKey ( C1 row ) : object
GetCellEditingContent ( C1 row ) : FrameworkElement
PrepareCellForEdit ( FrameworkElement editingElement ) : object
UnbindCellContent ( FrameworkElement cellContent, C1 row ) : void
Update ( ) : void

메소드 상세

BeginEdit() 공개 메소드

public BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
editingElement System.Windows.FrameworkElement
routedEventArgs System.Windows.RoutedEventArgs
리턴 bool

BindCellContent() 공개 메소드

public BindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
리턴 void

CancelCellEdit() 공개 메소드

public CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
editingElement System.Windows.FrameworkElement
uneditedValue object
리턴 void

CreateCellContent() 공개 메소드

public CreateCellContent ( C1 row ) : FrameworkElement
row C1
리턴 System.Windows.FrameworkElement

DataGridValueLablesCol() 공개 메소드

public DataGridValueLablesCol ( ) : System
리턴 System

EndEdit() 공개 메소드

public EndEdit ( FrameworkElement editingElement ) : void
editingElement System.Windows.FrameworkElement
리턴 void

GetCellContentRecyclingKey() 공개 메소드

public GetCellContentRecyclingKey ( C1 row ) : object
row C1
리턴 object

GetCellEditingContent() 공개 메소드

public GetCellEditingContent ( C1 row ) : FrameworkElement
row C1
리턴 System.Windows.FrameworkElement

PrepareCellForEdit() 공개 메소드

public PrepareCellForEdit ( FrameworkElement editingElement ) : object
editingElement System.Windows.FrameworkElement
리턴 object

UnbindCellContent() 공개 메소드

public UnbindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

LevelHeaderHeight 공개적으로 정적으로 프로퍼티

public static int LevelHeaderHeight
리턴 int