CheckDrawMode Enum
In This Article
Identifies paint styles for gallery items when they are in the checked state.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
The same as the Check |
Only
|
A gallery item’s image is only painted checked. |
Image
|
A gallery item’s text and image are painted checked. |
#Related API Members
The following properties accept/return CheckDrawMode values:
#Remarks
A gallery item can be checked via the GalleryItem.Checked property. The BaseGallery.CheckDrawMode property of the CheckDrawMode type specifies how checked gallery items are painted.
See Also