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.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Event Data

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

See Also