Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCustomButton.DropDownEnabled Property

Specifies whether the dropdown menu can be activated.

#Declaration

Delphi
property DropDownEnabled: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

This property applies only if the ButtonStyle property is set to bsDropDown or bsCheckedDropDown. If the DropDownEnabled property is set to False, then a user cannot activate a dropdown menu and the arrow button is disabled. To enable a dropdown menu, set the property to True.

The default value of the DropDownEnabled property is True.

See Also