GroupLevelStyleEventArgs Class
Provides data for the GridView.GroupLevelStyle event.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The GridView.GroupLevelStyle event fires for each grouping level when the View needs to be repainted. It enables you to customize styles of rows residing at particular levels.
The GroupLevelStyleEventArgs class introduces the GroupLevelStyleEventArgs.Level property, identifying the currently processed nesting level. To customize the style settings, use the GroupLevelStyleEventArgs.LevelAppearance property.
See Also