WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeHeaderAppearance - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeHeaderAppearance

    Inheritance
    System.Object
    TreeAppearance
    TreeHeaderAppearance
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class TreeHeaderAppearance : TreeAppearance

    Constructors

    TreeHeaderAppearance()

    Declaration
    public TreeHeaderAppearance()

    Fields

    HeaderBackgroundBrushProperty

    Declaration
    public static readonly DependencyProperty HeaderBackgroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderFontProperty

    Declaration
    public static readonly DependencyProperty HeaderFontProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderForegroundBrushProperty

    Declaration
    public static readonly DependencyProperty HeaderForegroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderHoverBackgroundBrushProperty

    Declaration
    public static readonly DependencyProperty HeaderHoverBackgroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderHoverForegroundBrushProperty

    Declaration
    public static readonly DependencyProperty HeaderHoverForegroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderTextMarginsProperty

    Declaration
    public static readonly DependencyProperty HeaderTextMarginsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortWidgetBorderBrushProperty

    Declaration
    public static readonly DependencyProperty SortWidgetBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortWidgetBorderHoverBackgroundBrushProperty

    Declaration
    public static readonly DependencyProperty SortWidgetBorderHoverBackgroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortWidgetBrushProperty

    Declaration
    public static readonly DependencyProperty SortWidgetBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    HeaderBackgroundBrush

    Gets or sets HeaderBackground Color

    Declaration
    public Brush HeaderBackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HeaderFont

    Gets or sets HeaderFont

    Declaration
    public GridFontInfo HeaderFont { get; set; }
    Property Value
    Type Description
    GridFontInfo

    HeaderForegroundBrush

    Gets or sets HeaderForeground Color

    Declaration
    public Brush HeaderForegroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HeaderHoverBackgroundBrush

    Sets or gets HeaderHoverBackground color

    Declaration
    public Brush HeaderHoverBackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HeaderHoverForegroundBrush

    Gets or sets HeaderhoverForeground Color

    Declaration
    public Brush HeaderHoverForegroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HeaderTextMargins

    Gets or Sets HeaderTextMargins

    Declaration
    public CellMarginsInfo HeaderTextMargins { get; set; }
    Property Value
    Type Description
    CellMarginsInfo

    SortWidgetBorderBrush

    Gets or sets SortWidgetBorder Color

    Declaration
    public Brush SortWidgetBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SortWidgetBorderHoverBackgroundBrush

    Gets or sets SortWidgetBorderHover Color

    Declaration
    public Brush SortWidgetBorderHoverBackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SortWidgetBrush

    Gets or sets SortWidgetBackground Color

    Declaration
    public Brush SortWidgetBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved