menu

WinForms

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

    Show / Hide Table of Contents

    Class ListViewItemInfoBase

    Provides an information of list view item.

    Inheritance
    System.Object
    ListViewItemInfoBase
    ListViewItemInfo
    Inherited Members
    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 ListViewItemInfoBase

    Constructors

    ListViewItemInfoBase()

    Declaration
    public ListViewItemInfoBase()

    Properties

    ItemIndex

    Gets or sets the index of the data row.

    Declaration
    public int ItemIndex { get; set; }
    Property Value
    Type
    System.Int32

    ItemType

    Gets or sets the rowtype of listviewitem

    Declaration
    public ItemType ItemType { get; set; }
    Property Value
    Type
    ItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved