menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewItemInfoBase - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewItemInfoBase

    Provides information for ListViewItem.

    Inheritance
    System.Object
    ListViewItemInfoBase
    ListViewItemInfo
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved