Class QueryRowStyleEventArgs
Provides data about the QueryRowStyle event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |