Skip to main content
Bar

RibbonGalleryBarItemLink.CanPressDropDownButton Property

Gets whether the RibbonGalleryBarItemLink‘s Dropdown button can be pressed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool CanPressDropDownButton { get; }

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