GalleryItem.Checked Event
Fires when the current item is checked.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The Checked event's data class is EventArgs.
Remarks
To enable item checking/unchecking, see Gallery.ItemCheckMode.
When an item is checked, the GalleryItem.Checked
and Gallery.ItemChecked events fire. Unchecking the item fires the GalleryItem.Unchecked and Gallery.ItemUnchecked events. To respond to checking and unchecking an item using a single event, use GalleryItem.Click or Gallery.ItemClick.
See Also