Back to Devexpress

StackGroup.Parent Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-stackgroup-18180856.md

latest1.3 KB
Original Source

StackGroup.Parent Property

Gets the View that owns this StackGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public WidgetView Parent { get; }
vb
<Browsable(False)>
Public ReadOnly Property Parent As WidgetView

Property Value

TypeDescription
WidgetView

A WidgetView that owns this StackGroup.

|

See Also

StackGroup Class

StackGroup Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace