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

BaseGallery.CheckDrawMode Property

Gets or sets how gallery items are painted when in the checked state.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(CheckDrawMode.Default)]
public CheckDrawMode CheckDrawMode { get; set; }

Property Value

Type Default Description
CheckDrawMode **Default**

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

Available values:

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.

Remarks

See the CheckDrawMode topic for information on the available paint styles.

See Also