Class ListViewItemInfoBase
Provides an information of list view item.
Namespace: Syncfusion.WinForms.ListView
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ListViewItemInfoBase : Object
Constructors
ListViewItemInfoBase()
Declaration
public ListViewItemInfoBase()
Properties
ItemIndex
Gets or sets the index of the data row.
Declaration
public int ItemIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
ItemType
Gets or sets the rowtype of listviewitem
Declaration
public ItemType ItemType { get; set; }
Property Value
| Type |
|---|
| ItemType |