BackstageViewTabItem.ContentControl Property
In This Article
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 |
---|---|---|
Backstage |
null | A Backstage |
#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