Skip to main content
A newer version of this page is available. .

GroupControl.CustomButtonClick Event

Occurs whenever a push button from the GroupControl.CustomHeaderButtons collection is clicked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Action")]
public virtual event BaseButtonEventHandler CustomButtonClick

Event Data

The CustomButtonClick event's data class is DevExpress.XtraBars.Docking2010.BaseButtonEventArgs.

See Also