GridOptionsView.GroupDrawMode Property
Gets or sets a value specifying how group rows should be painted.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(GroupDrawMode.Default)]
[XtraSerializableProperty]
public virtual GroupDrawMode GroupDrawMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Group |
Default | A Group |
Available values:
Name | Description |
---|---|
Default | The default style. The actual style applied in default mode is controlled by the skin. |
Standard | The standard style. |
Office2003 | The Office 2003-inspired style. |
Office | The Office 2013-inspired style. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Group |
---|---|
Grid |
|
#Remarks
Use the GroupDrawMode property to specify the paint style for group rows. The paint style typically affects the height of group rows and indents of data groups.
To specify how data rows must be grouped when grouping by a specific column, use the GridColumn.GroupInterval property. See Working with Groups in Code to learn more.
Note
Please be aware that certain draw modes can affect other UI settings due to design specifics. For instance, the Group