Skip to main content

GroupLevelStyleEventArgs Class

Provides data for the GridView.GroupLevelStyle event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.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