Skip to main content

BackstageViewTabItem.ContentControl Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BackstageViewClientControl ContentControl { get; set; }

Property Value

Type Description
BackstageViewClientControl

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