C# Class Yuhan.WPF.TreeGridViewColumn

Inheritance: System.Windows.Controls.GridViewColumn
Show file Open project: hansuky/Yuhan

Public Properties

Property Type Description
ContentTemplateProperty System.Windows.DependencyProperty
ExpandableProperty System.Windows.DependencyProperty
FieldNameProperty System.Windows.DependencyProperty

Public Methods

Method Description
TreeGridViewColumn ( ) : System

Protected Methods

Method Description
OnFieldNameChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
ContentTemplateChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ExpandableChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnFieldNameChanged() protected static method

protected static OnFieldNameChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

TreeGridViewColumn() public method

public TreeGridViewColumn ( ) : System
return System

Property Details

ContentTemplateProperty public static property

public static DependencyProperty,System.Windows ContentTemplateProperty
return System.Windows.DependencyProperty

ExpandableProperty public static property

public static DependencyProperty,System.Windows ExpandableProperty
return System.Windows.DependencyProperty

FieldNameProperty public static property

public static DependencyProperty,System.Windows FieldNameProperty
return System.Windows.DependencyProperty