menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryConditionalStyleEventArgs - API Reference

    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
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    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 Description
    System.Object

    RowIndex

    Gets the row index of the current data row.

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