RibbonGalleryBarItemLink.CanPressDropDownButton Property
Gets whether the RibbonGalleryBarItemLink‘s Dropdown button can be pressed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the Dropdown button can be pressed; otherwise, false. |
Remarks
A RibbonGalleryBarItem object represents a gallery within a RibbonControl. The item’s Dropdown button allows an end-user to expand the gallery. For more information on expanding galleries see RibbonGalleryBarItem.GalleryDropDown.
See Also