RecentControlContainerItem.ControlContainer Property
Gets or sets the item control container hosted within this RecentControlContainerItem.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
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