Class ListViewItemInfoBase
Provides information for ListViewItem.
Implements
System.IDisposable
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public class ListViewItemInfoBase : Object, IDisposable
Constructors
ListViewItemInfoBase()
Declaration
public ListViewItemInfoBase()
Properties
Element
Gets or sets the element.
Declaration
public ListViewItem Element { get; set; }
Property Value
| Type |
|---|
| ListViewItem |
ItemData
Gets the data object associated with ListViewItem.
Declaration
public object ItemData { get; }
Property Value
| Type |
|---|
| System.Object |
ListView
Gets the SfListView.
Declaration
public SfListView ListView { get; }
Property Value
| Type |
|---|
| SfListView |
Methods
Dispose()
Disposes all allocated resources.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the instances, if the parameter is true.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isDisposing | Represents the boolean value for disposing objects. |
Implements
System.IDisposable