GalleryItem.Unchecked Event
Fires when the current item is unchecked.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The Unchecked event's data class is EventArgs.
Remarks
See GalleryItem.Checked to learn more.
See Also