Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupLevelStyleEventArgs Class

Provides data for the GridView.GroupLevelStyle event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public class GroupLevelStyleEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
GroupLevelStyleEventArgs
See Also