menu

WinForms

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

    Show / Hide Table of Contents

    Class QueryItemHeightEventArgs

    Provide data for the QueryItemHeight event.

    Inheritance
    System.Object
    System.EventArgs
    QueryItemHeightEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class QueryItemHeightEventArgs : EventArgs

    Constructors

    QueryItemHeightEventArgs()

    Initializes a new instance of the QueryItemHeightEventArgs class.

    Declaration
    public QueryItemHeightEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether event should be handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    If true, set the queried item size to a row otherwise get the default item size.

    ItemData

    Gets the underlying data of queried item.

    Declaration
    public object ItemData { get; }
    Property Value
    Type
    System.Object

    ItemHeight

    Gets or sets the size of the item. For vertical orientation, it will be considered as item height and for horizontal orientation, it will be considered as item width.

    Declaration
    public double ItemHeight { get; set; }
    Property Value
    Type
    System.Double
    Remarks

    For , size of the largest item in a row will be set to all other items in that row.

    ItemIndex

    Gets an index of an item.

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

    ItemType

    Gets the item type of queried item.

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