Skip to main content
A newer version of this page is available. .

CheckDrawMode Enum

Identifies paint styles for gallery items when they are in the checked state.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public enum CheckDrawMode

Members

Name Description

The same as the CheckDrawMode.ImageAndText option.

A gallery item’s image is only painted checked.

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