Skip to main content

RecentControlContainerItem.ControlContainer Property

Gets or sets the item control container hosted within this RecentControlContainerItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual RecentControlItemControlContainer ControlContainer { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.RecentControlItemControlContainer null

A DevExpress.XtraBars.Ribbon.RecentControlItemControlContainer object hosted within this RecentControlContainerItem.

Remarks

A RecentControlItemControlContainer object assigned to the ControlContainer property is a container that hosts any custom control that you wish to display within this RecentControlContainerItem.

See Also