DropDownButton.ArrowButtonClick Event
Allows you to respond to clicking the drop-down arrow.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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