Skip to main content

BaseContentContainer.Parent Property

Gets or sets the current Content Container‘s parent Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public IContentContainer Parent { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer null

An IContentContainer object that is the current BaseContentContainer‘s parent.

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.

See Also