Back to Devexpress

GroupDrawMode Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-171f45b5.md

latest1.8 KB
Original Source

GroupDrawMode Enum

Lists values which specify the available styles for group rows.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum GroupDrawMode
vb
Public Enum GroupDrawMode

Members

NameDescription
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.

|

The following properties accept/return GroupDrawMode values:

Remarks

The values listed by this enumeration are used to set the GridOptionsView.GroupDrawMode property.

See Also

GroupDrawMode

DevExpress.XtraGrid.Views.Grid Namespace