Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryItemCheckMode Enum

Contains values that identify available check modes for gallery items.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum GalleryItemCheckMode

#Members

Name Description
None

The item checking feature is disabled.

Single

A single gallery item can be checked within a gallery at one time. Checking another gallery item unchecks the previously checked item.

Multiple

Multiple items can be checked within a gallery simultaneously. Clicking one item doesn’t uncheck other checked items.

SingleInGroup

A single gallery item can be checked within each gallery group.

#Related API Members

The following properties accept/return GalleryItemCheckMode values:

#Remarks

Use the Gallery.ItemCheckMode property to specify the check mode for gallery items.

See Also