RibbonGalleryBarItem.DropDownEnabled Property
Gets or sets whether the item’s Dropdown control is enabled. 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 bool DropDownEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | A Boolean value. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The DropDownEnabled property is overridden to hide it at design time.
See Also