Class QueryCellStyleEventArgs
Provides data for the QueryCellStyle event.
Inheritance
System.Object
QueryCellStyleEventArgs
Inherited Members
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 |
---|
System.Object |
Column
Gets the current grid column.
Declaration
public GridColumn Column { get; }
Property Value
Type |
---|
GridColumn |
ColumnIndex
Gets the current column index.
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
Style
Gets or sets the properties defined in the CellStyle class.
Declaration
public CellStyle Style { get; set; }
Property Value
Type |
---|
CellStyle |