Interface IGridDataNestedVisualStyle
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGridDataNestedVisualStyle
Properties
FirstHeaderColumnBorder
Gets the first header column border.
Declaration
CellBordersInfo FirstHeaderColumnBorder { get; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The first header column border. |
LastHeaderColumnBorder
Gets the last header column border excepts the 1st column.
Declaration
CellBordersInfo LastHeaderColumnBorder { get; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The last header column border. |
NestedHeaderCellBorder
Gets the nested header cell border except the 1st header.
Declaration
CellBordersInfo NestedHeaderCellBorder { get; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The nested header cell border. |
TopLeftCellHeaderCellBorder
Gets the top left cell header cell border.
Declaration
CellBordersInfo TopLeftCellHeaderCellBorder { get; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The top left cell header cell border. |