Class QueryConditionalStyleEventArgs
Serves as a base class for the QueryCellStyle and QueryRowStyle events args classes.
Inheritance
System.Object
QueryConditionalStyleEventArgs
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 |