Skip to main content
A newer version of this page is available. .
Bar

GalleryItemCheckMode Enum

Contains values that identify available check modes for gallery items.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.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