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

GalleryCheckDrawMode Enum

Identifies paint styles for gallery items when they are in the checked state

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum GalleryCheckDrawMode

#Members

Name Description
OnlyImage

A gallery item’s image is only painted checked.

ImageAndText

A gallery item’s text and image are painted checked.

#Related API Members

The following properties accept/return GalleryCheckDrawMode values:

#Remarks

The gallery item checking feature can be enabled via the Gallery.ItemCheckMode property. The Gallery.CheckDrawMode property of the GalleryCheckDrawMode type specifies how checked gallery items are painted.

See Also