windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-18a760ec.md
Provides data for the GridView.GroupLevelStyle event.
Namespace : DevExpress.XtraGrid.Views.Grid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class GroupLevelStyleEventArgs :
EventArgs
Public Class GroupLevelStyleEventArgs
Inherits EventArgs
GroupLevelStyleEventArgs is the data class for the following events:
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.
Object EventArgs GroupLevelStyleEventArgs
See Also