Skip to main content
A newer version of this page is available. .

StackGroup.Parent Property

Gets the View that owns this StackGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public WidgetView Parent { get; }

Property Value

Type Description
WidgetView

A WidgetView that owns this StackGroup.

See Also