Class NestedGridAppearance
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class NestedGridAppearance : Appearence
Constructors
NestedGridAppearance()
Declaration
public NestedGridAppearance()
Fields
FirstHeaderColumnBorderProperty
Declaration
public static readonly DependencyProperty FirstHeaderColumnBorderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LastHeaderColumnBorderProperty
Declaration
public static readonly DependencyProperty LastHeaderColumnBorderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NestedHeaderCellBorderProperty
Declaration
public static readonly DependencyProperty NestedHeaderCellBorderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TopLeftCellHeaderCellBorderProperty
Declaration
public static readonly DependencyProperty TopLeftCellHeaderCellBorderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FirstHeaderColumnBorder
Gets or Sets the Cell borders information for the left value cells (i.e. top left column) of the Nested grid.
Declaration
public CellBordersInfo FirstHeaderColumnBorder { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The first header column border. |
LastHeaderColumnBorder
Gets or Sets the Cell borders information for the value cells not but the first left column value cells of the Nested grid.
Declaration
public CellBordersInfo LastHeaderColumnBorder { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The last header column border. |
NestedHeaderCellBorder
Gets or Sets the Cell borders information for the header cells not but the top left header cell of the Nested grid.
Declaration
public CellBordersInfo NestedHeaderCellBorder { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The nested header cell border. |
TopLeftCellHeaderCellBorder
Gets or Sets the Cell borders information for the top left header cell of the Nested grid.
Declaration
public CellBordersInfo TopLeftCellHeaderCellBorder { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The top left cell header cell border. |