Class ListViewItemInfoBase
Provides an information of list view item.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.ListView
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ListViewItemInfoBase
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 |