Class ListViewItemInfo
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 ListViewItemInfo : ListViewItemInfoBase
Constructors
ListViewItemInfo(SfListView)
Initializes a new instance of the ListViewItemInfo class.
Declaration
public ListViewItemInfo(SfListView sfListView)
Parameters
Type | Name | Description |
---|---|---|
SfListView | sfListView | The SfListView value. |
Properties
Text
Gets the text for the ListViewItemInfo.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
Value
Gets the value for the ListViewItemInfo.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |