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

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

NuGet Package: DevExpress.Win.Navigation

#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