Class TreeRowAppearance
Inheritance
System.Object
TreeRowAppearance
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 |
|
Declaration
public static readonly DependencyProperty RowHeaderBackgroundBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
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 |
|
Declaration
public Brush RowHeaderBackgroundBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
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 |
|