Inheritance
System.Object
TreeHeaderAppearance
Assembly: Syncfusion.Grid.Wpf.dll
public class TreeHeaderAppearance : TreeAppearance
Constructors
Declaration
public TreeHeaderAppearance()
Fields
Declaration
public static readonly DependencyProperty HeaderBackgroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderFontProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderForegroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderHoverBackgroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderHoverForegroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextMarginsProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortWidgetBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortWidgetBorderHoverBackgroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortWidgetBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Gets or sets HeaderBackground Color
Declaration
public Brush HeaderBackgroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public GridFontInfo HeaderFont { get; set; }
Property Value
Gets or sets HeaderForeground Color
Declaration
public Brush HeaderForegroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Sets or gets HeaderHoverBackground color
Declaration
public Brush HeaderHoverBackgroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or sets HeaderhoverForeground Color
Declaration
public Brush HeaderHoverForegroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or Sets HeaderTextMargins
Declaration
public CellMarginsInfo HeaderTextMargins { get; set; }
Property Value
Gets or sets SortWidgetBorder Color
Declaration
public Brush SortWidgetBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or sets SortWidgetBorderHover Color
Declaration
public Brush SortWidgetBorderHoverBackgroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or sets SortWidgetBackground Color
Declaration
public Brush SortWidgetBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |