Interface IBorderElement
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public interface IBorderElement
Properties
Bottom
Declaration
Line Bottom { get; set; }
Property Value
Type |
Description |
System.Windows.Shapes.Line |
|
ColumnIndex
Declaration
int ColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsDirty
Declaration
bool IsDirty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Right
Declaration
Property Value
Type |
Description |
System.Windows.Shapes.Line |
|
RowIndex
Declaration
int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|