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