menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewItemInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewItemInfo

    Provides an information of list view item.

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