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

GroupControl.CustomButtonUnchecked Event

Occurs whenever a check button from the GroupControl.CustomHeaderButtons collection is unchecked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Behavior")]
public virtual event BaseButtonEventHandler CustomButtonUnchecked

Event Data

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

See Also