Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseGallery.CheckDrawMode Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(CheckDrawMode.Default)]
[DXCategory("Appearance")]
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