RowStyleEventArgs(Int32, GridRowCellState, AppearanceObject) Constructor
Initializes a new instance of the RowStyleEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public RowStyleEventArgs(
int rowHandle,
GridRowCellState state,
AppearanceObject appearance
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value which specifies the handle of the processed row. This value is assigned to the RowEventArgs.RowHandle property. |
state | GridRowCellState | A GridRowCellState enumeration value which specifies the current state of the processed row. This value is assigned to the RowStyleEventArgs.State property. |
appearance | AppearanceObject | An AppearanceObject object that provides the appearance settings used to paint the processed row. This value is assigned to the RowStyleEventArgs.Appearance property. |
See Also