Interface IElement
Provides the functionality for the basic element of the row.
Inherited Members
System.IComparable.CompareTo(System.Object)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IElement : INotifyPropertyChanged, IComparable
Properties
Index
Gets the index of the element.
Declaration
int Index { get; }
Property Value
Type |
---|
System.Int32 |