BaseContentContainer.Parent Property
Gets or sets the current Content Container‘s parent Container.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | An IContent |
#Remarks
Content Containers are interrelated via the Parent-ActivationTarget properties pair. The ActivationTarget specifies a Content Container that will be displayed upon activating a Tile. Navigating back from this Container brings you back to the parent Container specified via the Parent property. The topmost container has its Parent property set to null. See the Application Hierarchy and Module Navigation topic to learn more about the Windows 10 applications hierarchy.