Class GridTreeStyleManager
Inheritance
System.Object
GridTreeStyleManager
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeStyleManager : DependencyObject
Constructors
GridTreeStyleManager()
Declaration
public GridTreeStyleManager()
Fields
CellAppearanceProperty
Declaration
public static readonly DependencyProperty CellAppearanceProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderAppearanceProperty
Declaration
public static readonly DependencyProperty ExpanderAppearanceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderAppearanceProperty
Field Value
Type |
System.Windows.DependencyProperty |
RowAppearanceProperty
Declaration
public static readonly DependencyProperty RowAppearanceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CellAppearance
CellAppearance used to change the Cell Appearance of the GridTreeControl like CellBackground, CellForeground,CellFont.
Declaration
public TreeCellAppearance CellAppearance { get; set; }
Property Value
ExpanderAppearance
ExpanderAppearance used to changed the ExpanderAppearance of the GridTreeControl like ExpanderPlusPath, ExpanderMinusPath etc,.
Declaration
public TreeExpanderAppearance ExpanderAppearance { get; set; }
Property Value
HeaderAppearance use to changed the HeaderAppearance of the GridTreeContol like HeaderBackground,HeaderForeground, HeaderHoverBackground, HeaderHoverForeground etc,.
Declaration
public TreeHeaderAppearance HeaderAppearance { get; set; }
Property Value
RowAppearance
RowApperance Use to change the Row Appearance of GridTreeControl like HighlighlightSelectionBackground, HiglightSelectionForeground, RowHoverBackground, RowHoverForeground etc,.
Declaration
public TreeRowAppearance RowAppearance { get; set; }
Property Value