menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class QueryCellStyleEventArgs

    Provides data for the QueryCellStyle event.

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

    Constructors

    QueryCellStyleEventArgs(SfDataGrid)

    Initializes a new instance of the QueryCellStyleEventArgs class.

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

    SfDataGrid instance.

    Properties

    CellValue

    Gets the current cell value.

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

    Column

    Gets the current grid column.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    ColumnIndex

    Gets the current column index.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    Style

    Gets or sets the properties defined in the CellStyle class.

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