alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class QueryRowStyleEventArgs

    Provides data about the QueryRowStyle event.

    Inheritance
    System.Object
    GridEventArgs
    QueryRowStyleEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    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 - 2026 Syncfusion Inc. All Rights Reserved