StackGroup.Parent Property
In This Article
Gets the View that owns this StackGroup.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public WidgetView Parent { get; }
#Property Value
Type | Description |
---|---|
Widget |
A Widget |
See Also