menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewItemInfoBase - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewItemInfoBase

    Provides information for ListViewItem.

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