CheckDrawMode Enum
Identifies paint styles for gallery items when they are in the checked state.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
The same as the CheckDrawMode.ImageAndText option. |
OnlyImage
|
A gallery item’s image is only painted checked. |
ImageAndText
|
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