menu

WinForms

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

    Show / Hide Table of Contents

    Class QueryRowStyleEventArgs

    Provides data about the QueryRowStyle event.

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

    Properties

    RowData

    Gets the row data.

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

    RowIndex

    Gets the index of the row.

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

    RowType

    Gets the row type for a row.

    Declaration
    public RowType RowType { get; }
    Property Value
    Type
    RowType

    Style

    Gets the CellStyleInfo of the row.

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