Class ListViewItemInfoBase
Provides information for ListViewItem.
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class ListViewItemInfoBase : Object
Constructors
ListViewItemInfoBase()
Declaration
public ListViewItemInfoBase()
Properties
DataItem
Gets the data object associated with ListViewItem.
Declaration
public object DataItem { get; }
Property Value
Type |
---|
System.Object |
Element
Gets or sets the element which displays data using loaded content created from ItemTemplate.
Declaration
public ListViewItem Element { get; set; }
Property Value
Type |
---|
ListViewItem |
ListView
Gets the SfListView.
Declaration
public SfListView ListView { get; }
Property Value
Type |
---|
SfListView |