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