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

LayoutGroup.CustomButtonChecked Event

Fires when a custom header button is checked.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

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

Event Data

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

Remarks

The CustomButtonChecked event is fired for custom header buttons of two types:

  • for check buttons - when a button’s checked state is changed from an unchecked state. The reverse action fires the LayoutGroup.CustomButtonUnchecked event.
  • for group radio buttons - when any button within a group is checked. In the case of group radio buttons, only the CustomButtonChecked event is fired, unchecking the previous button doesn’t raise the LayoutGroup.CustomButtonUnchecked event.
See Also