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

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.DataGrid2D

공개 프로퍼티들

프로퍼티 타입 설명
EditingTemplateProperty System.Windows.DependencyProperty
EditingTemplateSelectorProperty System.Windows.DependencyProperty
TemplateProperty System.Windows.DependencyProperty
TemplateSelectorProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetEditingTemplateSelector ( this element ) : System.Windows.Controls.DataTemplateSelector
SetEditingTemplate ( this element, System.Windows.DataTemplate value ) : void
SetEditingTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
SetTemplate ( this element, System.Windows.DataTemplate value ) : void
SetTemplateSelector ( System.Windows.Controls.DataGrid element, System.Windows.Controls.DataTemplateSelector value ) : void

비공개 메소드들

메소드 설명
GetEditingTemplate ( this element ) : System.Windows.DataTemplate
GetTemplate ( this element ) : System.Windows.DataTemplate
GetTemplateSelector ( this element ) : System.Windows.Controls.DataTemplateSelector
ListenToColumnAutoGeneration ( System.Windows.Controls.DataGrid dataGrid ) : void
OnEditingTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnEditingTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetCellTemplateProperty ( System.Windows.Controls.DataGrid dataGrid, System.Windows.DataTemplate t, bool editingtemplate ) : void
SetCellTemplateProperty ( System.Windows.Controls.DataGrid dataGrid, System.Windows.DependencyPropertyChangedEventArgs e, bool editingtemplate ) : void

메소드 상세

GetEditingTemplateSelector() 공개 정적인 메소드

public static GetEditingTemplateSelector ( this element ) : System.Windows.Controls.DataTemplateSelector
element this
리턴 System.Windows.Controls.DataTemplateSelector

SetEditingTemplate() 공개 정적인 메소드

public static SetEditingTemplate ( this element, System.Windows.DataTemplate value ) : void
element this
value System.Windows.DataTemplate
리턴 void

SetEditingTemplateSelector() 공개 정적인 메소드

public static SetEditingTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
element System.Windows.DependencyObject
value System.Windows.Controls.DataTemplateSelector
리턴 void

SetTemplate() 공개 정적인 메소드

public static SetTemplate ( this element, System.Windows.DataTemplate value ) : void
element this
value System.Windows.DataTemplate
리턴 void

SetTemplateSelector() 공개 정적인 메소드

public static SetTemplateSelector ( System.Windows.Controls.DataGrid element, System.Windows.Controls.DataTemplateSelector value ) : void
element System.Windows.Controls.DataGrid
value System.Windows.Controls.DataTemplateSelector
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows EditingTemplateProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows EditingTemplateSelectorProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TemplateProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TemplateSelectorProperty
리턴 System.Windows.DependencyProperty