Skip to main content

StackGroup.Parent Property

Gets the View that owns this StackGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.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