Skip to main content

GroupLevelStyleEventArgs(Int32, AppearanceObject) Constructor

Initializes a new instance of the GroupLevelStyleEventArgs class with the specified level and appearance.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GroupLevelStyleEventArgs(
    int level,
    AppearanceObject levelAppearance
)

Parameters

Name Type Description
level Int32

An integer value specifying the level of the processed group row. This value is assigned to the GroupLevelStyleEventArgs.Level property.

levelAppearance AppearanceObject

A AppearanceObject object which provides the appearance setting used to paint the group rows residing at the processed nesting level. This value is assigned to the GroupLevelStyleEventArgs.LevelAppearance property.

See Also