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

DropDownButton.ArrowButtonClick Event

Allows you to respond to clicking the drop-down arrow.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event EventHandler ArrowButtonClick

#Event Data

The ArrowButtonClick event's data class is EventArgs.

#Remarks

The ArrowButtonClick event fires after the drop-down arrow has been clicked.

On clicking the drop-down arrow, the popup control assigned to the DropDownButton.DropDownControl property is displayed. The DropDownButton.DropDownControl property accepts only specific types of objects. If these do not match your requirements, you can handle the ArrowButtonClick event and display a custom popup control manually.

See Also