RowCellStyleEventArgs Class
Provides data for the GridView.RowCellStyle event.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
The GridView.RowCellStyle event enables you to provide styles for individual cells. It fires for each individual cell, identifying the cell’s position using the RowCellStyleEventArgs object’s CustomRowCellEventArgs.RowHandle and CustomRowCellEventArgs.Column properties.
To customize the style settings, use the RowCellStyleEventArgs.Appearance property.
RowCellStyleEventArgs objects are automatically created, initialized and passed to GridView.RowCellStyle event handlers.