Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

[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