Gallery.GetCheckedItems() Method
Returns a list of checked items.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
List<GalleryItem> | A list of checked items. |
Remarks
Checked items are those that have the GalleryItem.IsChecked property set to true. To allow end-users to check items, use the Gallery.ItemCheckMode property.
See Also