C# 클래스 Gu.Wpf.DataGrid2D.CellTemplateColumn

상속: System.Windows.Controls.DataGridTemplateColumn
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.DataGrid2D 1 사용 예제들

보호된 메소드들

메소드 설명
GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement

비공개 메소드들

메소드 설명
ChooseCellTemplate ( bool isEditing ) : System.Windows.DataTemplate
ChooseCellTemplateSelector ( bool isEditing ) : System.Windows.Controls.DataTemplateSelector
LoadTemplateContent ( bool isEditing, object dataItem, System.Windows.Controls.DataGridCell cell ) : FrameworkElement

메소드 상세

GenerateEditingElement() 보호된 메소드

protected GenerateEditingElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
리턴 System.Windows.FrameworkElement

GenerateElement() 보호된 메소드

protected GenerateElement ( System.Windows.Controls.DataGridCell cell, object dataItem ) : FrameworkElement
cell System.Windows.Controls.DataGridCell
dataItem object
리턴 System.Windows.FrameworkElement