WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryItemTextEventArgs

    Show / Hide Table of Contents

    Class QueryItemTextEventArgs

    Inheritance
    System.Object
    System.EventArgs
    QueryItemTextEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class QueryItemTextEventArgs : EventArgs

    Constructors

    QueryItemTextEventArgs(Int32, Int32)

    Declaration
    public QueryItemTextEventArgs(int item, int subItem)
    Parameters
    Type Name Description
    System.Int32 item
    System.Int32 subItem

    Properties

    Item

    Listview item (row).

    Declaration
    public int Item { get; }
    Property Value
    Type Description
    System.Int32

    SubItem

    Listview subitem (column).

    Declaration
    public int SubItem { get; }
    Property Value
    Type Description
    System.Int32

    Text

    Text to display.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved