DockPanel.CustomButtonUnchecked Event
Fires when a custom header button is unchecked.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CustomButtonUnchecked event's data class is ButtonEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Button | Gets a custom header button or a custom Win8 button associated with the current event. |
Remarks
The CustomButtonUnchecked is fired by custom header buttons of 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.
The CustomButtonUnchecked is a common event for the entire DockPanel. To identify exactly which custom button was checked, use the ButtonEventArgs.Button or IButtonProperties.Tag properties.
See the Header Buttons topic to learn more.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomButtonUnchecked event.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.