Class QueryRowStyleEventArgs
Provides data for the QueryRowStyle event.
Inheritance
System.Object
QueryRowStyleEventArgs
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class QueryRowStyleEventArgs : QueryConditionalStyleEventArgs
Constructors
QueryRowStyleEventArgs(SfDataGrid)
Initializes a new instance of the QueryRowStyleEventArgs class.
Declaration
public QueryRowStyleEventArgs(SfDataGrid dataGrid)
Parameters
Type | Name | Description |
---|---|---|
SfDataGrid | dataGrid | SfDataGrid instance. |
Properties
Style
Gets or sets the properties defined in the RowStyle class.
Declaration
public RowStyle Style { get; set; }
Property Value
Type |
---|
RowStyle |