Back to Devexpress

GroupLevelStyleEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-18a760ec.md

latest2.2 KB
Original Source

GroupLevelStyleEventArgs Class

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

Declaration

csharp
public class GroupLevelStyleEventArgs :
    EventArgs
vb
Public Class GroupLevelStyleEventArgs
    Inherits EventArgs

GroupLevelStyleEventArgs is the data class for the following events:

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

GroupLevelStyleEventArgs Members

GroupLevelStyle

DevExpress.XtraGrid.Views.Grid Namespace