Back to Devexpress

GridOptionsView.ShowChildrenInGroupPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsview-f388d5a9.md

latest3.1 KB
Original Source

GridOptionsView.ShowChildrenInGroupPanel Property

Gets or sets a value specifying whether the View’s group panel acts as a joined group panel.

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 ShowChildrenInGroupPanel { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowChildrenInGroupPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the View’s group panel can accept the child View’s column headers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowChildrenInGroupPanel
GridView

.OptionsView .ShowChildrenInGroupPanel

|

Remarks

If the ShowChildrenInGroupPanel property value is true , applying grouping to the View’s child results in displaying the child View’s grouped column headers within the parent View’s group panel. End-users can drag the child View’s column headers to the master View’s group panel to apply grouping. This, of course, requires that column header dragging is allowed by the child View.

Note

The child View’s BaseView.SynchronizeClones property must be set to true to enable this behavior.

See Also

ChildGridLevelName

Master-Detail Relationships

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace