menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class QueryRowStyleEventArgs

    Provides data for the QueryRowStyle event.

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    QueryConditionalStyleEventArgs
    QueryRowStyleEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    GridHandledEventArgs.Handled
    QueryConditionalStyleEventArgs.RowData
    QueryConditionalStyleEventArgs.RowIndex
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class QueryRowStyleEventArgs : QueryConditionalStyleEventArgs

    Constructors

    QueryRowStyleEventArgs(SfDataGrid)

    Initializes a new instance of the QueryRowStyleEventArgs class.

    Declaration
    public QueryRowStyleEventArgs(SfDataGrid dataGrid)
    Parameters
    Type Name Description
    SfDataGrid dataGrid

    SfDataGrid instance.

    Properties

    Style

    Gets or sets the properties defined in the RowStyle class.

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