Interface IRowElement
Provides the functionality for the Row element data row.
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IRowElement : IElement, INotifyPropertyChanged, IComparable
Properties
Level
Gets the level of the row element.
Declaration
int Level { get; }
Property Value
Type |
---|
System.Int32 |
RowRegion
Gets the
Declaration
RowRegion RowRegion { get; }
Property Value
Type |
---|
RowRegion |
RowType
Gets the type of the RowElement.
Declaration
RowType RowType { get; }
Property Value
Type |
---|
RowType |