GalleryCheckDrawMode Enum
In This Article
Identifies paint styles for gallery items when they are in the checked state
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Only |
A gallery item's image is only painted checked. |
Image |
A gallery item's text and image are painted checked. |
#Passed To
You can pass GalleryCheckDrawMode values to the Gallery.CheckDrawMode property.
#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