Skip to main content
Bar

Gallery.GetCheckedItems() Method

Returns a list of checked items.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public List<GalleryItem> GetCheckedItems()

#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