Class QueryRowStyleEventArgs
Provides data about the QueryRowStyle event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class QueryRowStyleEventArgs : GridEventArgs
Properties
RowData
Gets the row data.
Declaration
public object RowData { get; }
Property Value
| Type |
|---|
| System.Object |
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |
RowType
Gets the row type for a row.
Declaration
public RowType RowType { get; }
Property Value
| Type |
|---|
| RowType |
Style
Gets the CellStyleInfo of the row.
Declaration
public CellStyleInfo Style { get; }
Property Value
| Type |
|---|
| CellStyleInfo |