Gallery.CheckDrawMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public GalleryCheckDrawMode CheckDrawMode { get; set; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
Available values:
Name | Description |
---|---|
Only |
A gallery item’s image is only painted checked. |
Image |
A gallery item’s text and image are painted checked. |
#Remarks
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