RibbonGalleryBarItem.DropDownControl Property
Gets or sets the item’s Dropdown control. This member is not supported by the RibbonGalleryBarItem class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PopupControl DropDownControl { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.PopupControl | A DevExpress.XtraBars.PopupControl control. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The DropDownControl property is overridden to hide it at design time.
See Also