Back to Devexpress

BackstageViewTabItem.ContentControl Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewtabitem.md

latest2.0 KB
Original Source

BackstageViewTabItem.ContentControl Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
BackstageViewClientControlnull

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

BackstageViewTabItem Class

BackstageViewTabItem Members

DevExpress.XtraBars.Ribbon Namespace