Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryRowStyleEventArgs - Xamarin.Forms API Reference | Syncfusion QueryRowStyle event. ">

    Show / Hide Table of Contents

    Class QueryRowStyleEventArgs

    Provides data for the QueryRowStyle event.

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    QueryConditionalStyleEventArgs
    QueryRowStyleEventArgs
    Inherited Members
    QueryConditionalStyleEventArgs.RowIndex
    QueryConditionalStyleEventArgs.RowData
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    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 Description
    RowStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved