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.v26.1.dll
Declaration
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