Back to Devexpress

BarButtonItem.CanPressDropDownButton Property

windowsforms-devexpress-dot-xtrabars-dot-barbuttonitem-a6748233.md

latest1.7 KB
Original Source

BarButtonItem.CanPressDropDownButton Property

Gets a value indicating whether the Dropdown button of the BarButtonItem component can be pressed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool CanPressDropDownButton { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanPressDropDownButton As Boolean

Property Value

TypeDescription
Boolean

true if the Dropdown button of the BarButtonItem component can be pressed; otherwise, false.

|

Remarks

The Dropdown button is only available if the BarButtonItem.ButtonStyle property is set to DropDown.

See Also

Bar

OptionsBar

ButtonStyle

BarButtonItem Class

BarButtonItem Members

DevExpress.XtraBars Namespace