wpf-devexpress-dot-xpf-dot-bars-dot-gallery-ec2f5b11.md
Gets or sets how gallery items are painted when in the checked state. This is a dependency property.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public GalleryCheckDrawMode CheckDrawMode { get; set; }
Public Property CheckDrawMode As GalleryCheckDrawMode
| Type | Description |
|---|---|
| GalleryCheckDrawMode |
A GalleryCheckDrawMode value that specifies how checked gallery items are painted.
|
Available values:
| Name | Description |
|---|---|
| OnlyImage |
A gallery item’s image is only painted checked.
| | ImageAndText |
A gallery item’s text and image are painted checked.
|
The item checking/unchecking feature can be enabled via the Gallery.ItemCheckMode property.
The CheckDrawMode property specifies how checked items are painted. See the GalleryCheckDrawMode topic for information on the available paint styles.
See Also