Flyout.ButtonUnchecked Event
WindowsUI Buttons are not supported within Flyout containers.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override event ButtonEventHandler ButtonUnchecked
Event Data
The ButtonUnchecked 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
This member is non-browsable and is not intended to be used directly from your code.
See Also