Back to Devexpress

Gallery.CheckDrawMode Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-ec2f5b11.md

latest1.9 KB
Original Source

Gallery.CheckDrawMode Property

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

Declaration

csharp
public GalleryCheckDrawMode CheckDrawMode { get; set; }
vb
Public Property CheckDrawMode As GalleryCheckDrawMode

Property Value

TypeDescription
GalleryCheckDrawMode

A GalleryCheckDrawMode value that specifies how checked gallery items are painted.

|

Available values:

NameDescription
OnlyImage

A gallery item’s image is only painted checked.

| | ImageAndText |

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

ItemCheckMode

IsChecked

GetCheckedItems()

GetFirstCheckedItem()

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace