Back to Devexpress

GridOptionsView.ShowGroupPanelColumnsAsSingleRow Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsview-78fe3c1c.md

latest2.5 KB
Original Source

GridOptionsView.ShowGroupPanelColumnsAsSingleRow Property

Gets or sets whether group column headers are arranged in the group panel in a horizontal line.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowGroupPanelColumnsAsSingleRow { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowGroupPanelColumnsAsSingleRow As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if group column headers are arranged in the group panel in a horizontal line; false if they are arranged in a tree.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupPanelColumnsAsSingleRow
GridView

.OptionsView .ShowGroupPanelColumnsAsSingleRow

|

Remarks

The following image illustrates the ShowGroupPanelColumnsAsSingleRow property.

See Also

ShowGroupPanel

Data Grouping

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace