Skip to main content

LayoutGroup.CustomButtonUnchecked Event

Fires when a custom header button is unchecked.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

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

Remarks

The CustomButtonUnchecked is fired by custom header buttons of the check button type only. Regular (push) buttons and group radio buttons do not raise this event. The button type is specified via the IButtonProperties.Style and IButtonProperties.GroupIndex properties.

See Also