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

BackstageViewTabItem.ContentControl Property

Gets or sets a user control where you can arrange custom controls.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
public BackstageViewClientControl ContentControl { get; set; }

#Property Value

Type Default Description
BackstageViewClientControl null

A BackstageViewClientControl where you can arrange custom controls.

#Remarks

To display custom controls within tab items, you need to add and arrange these controls within the ContentControl.

You can use the ContentControl property to assign BackstageViewControls to other BackstageViewControls’ tabs. This will create a multi-level BackstageViewControl that can serve as a stand-alone navigation control. See the BackstageView Control topic to learn more.

See Also