menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class QueryConditionalStyleEventArgs

    Serves as a base class for the QueryCellStyle and QueryRowStyle events args classes.

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

    Constructors

    QueryConditionalStyleEventArgs(Object)

    Initializes a new instance of the QueryConditionalStyleEventArgs class.

    Declaration
    public QueryConditionalStyleEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    SfDataGrid instance.

    Properties

    RowData

    Gets the row data of the current data row.

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

    RowIndex

    Gets the row index of the current data row.

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