Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxColorEdit.ButtonClick Event

This event is not in effect for the ASPxColorEdit class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event ButtonEditClickEventHandler ButtonClick

Event Data

The ButtonClick event's data class is ButtonEditClickEventArgs. The following properties provide information specific to this event:

Property Description
ButtonIndex Gets the index of the clicked button.

Remarks

This event is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also