WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeRowAppearance

    Show / Hide Table of Contents

    Class TreeRowAppearance

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

    Constructors

    TreeRowAppearance()

    Declaration
    public TreeRowAppearance()

    Fields

    CurrentCellBorderBrushProperty

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

    CurrentCellBorderWidthProperty

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

    CurrentCellSelectionBackgroundProperty

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

    CurrentCellSelectionForegroundProperty

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

    HighlightSelectionBackgroundProperty

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

    HighlightSelectionForegroundProperty

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

    RowHeaderBackgroundBrushProperty

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

    RowHeaderForegroundBrushProperty

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

    RowHoverBackgroundBrushProperty

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

    RowHoverForegroundBrushProperty

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

    Properties

    CurrentCellBorderBrush

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

    CurrentCellBorderWidth

    Declaration
    public double CurrentCellBorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    CurrentCellSelectionBackground

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

    CurrentCellSelectionForeground

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

    HighlightSelectionBackground

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

    HighlightSelectionForeground

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

    RowHeaderBackgroundBrush

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

    RowHeaderForegroundBrush

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

    RowHoverBackgroundBrush

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

    RowHoverForegroundBrush

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