WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryRowHeightEventArgs - WindowsForms API Reference | Syncfusion QueryRowHeight event. ">

    Show / Hide Table of Contents

    Class QueryRowHeightEventArgs

    Provides data for QueryRowHeight event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    QueryRowHeightEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    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.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class QueryRowHeightEventArgs : GridHandledEventArgs

    Constructors

    QueryRowHeightEventArgs(Int32, Int32, Object)

    Initializes a new instance of the QueryRowHeightEventArgs class.

    Declaration
    public QueryRowHeightEventArgs(int index, int height, object originalSource)
    Parameters
    Type Name Description
    System.Int32 index

    The index of the row.

    System.Int32 height

    The height of the row.

    System.Object originalSource

    The source of the event.

    Properties

    Height

    Gets or sets the height of the row.

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

    RowIndex

    Gets the index of the row to which needs to query the row height.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved