Back to Devexpress

GalleryCheckDrawMode Enum

wpf-devexpress-dot-xpf-dot-bars-775c2b31.md

latest1.5 KB
Original Source

GalleryCheckDrawMode Enum

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum GalleryCheckDrawMode
vb
Public Enum GalleryCheckDrawMode

Members

NameDescription
OnlyImage

A gallery item’s image is only painted checked.

| | ImageAndText |

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

|

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

CheckDrawMode

ItemCheckMode

DevExpress.Xpf.Bars Namespace