Back to Devexpress

BaseContentContainer.Parent Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-a0ea8b55.md

latest2.5 KB
Original Source

BaseContentContainer.Parent Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public IContentContainer Parent { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Parent As IContentContainer

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainernull

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

Application Hierarchy and Module Navigation

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace