LayoutGroup.CustomButtonChecked Event
Fires when a custom header button is checked.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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