menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTreeStyleManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTreeStyleManager

    Inheritance
    System.Object
    GridTreeStyleManager
    Namespace: Syncfusion.Windows.Controls.Grid
    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

    HeaderAppearanceProperty

    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
    Type
    TreeCellAppearance

    ExpanderAppearance

    ExpanderAppearance used to changed the ExpanderAppearance of the GridTreeControl like ExpanderPlusPath, ExpanderMinusPath etc,.

    Declaration
    public TreeExpanderAppearance ExpanderAppearance { get; set; }
    Property Value
    Type
    TreeExpanderAppearance

    HeaderAppearance

    HeaderAppearance use to changed the HeaderAppearance of the GridTreeContol like HeaderBackground,HeaderForeground, HeaderHoverBackground, HeaderHoverForeground etc,.

    Declaration
    public TreeHeaderAppearance HeaderAppearance { get; set; }
    Property Value
    Type
    TreeHeaderAppearance

    RowAppearance

    RowApperance Use to change the Row Appearance of GridTreeControl like HighlighlightSelectionBackground, HiglightSelectionForeground, RowHoverBackground, RowHoverForeground etc,.

    Declaration
    public TreeRowAppearance RowAppearance { get; set; }
    Property Value
    Type
    TreeRowAppearance
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved