BaseGallery.CheckDrawMode Property
In This Article
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 |
---|---|---|
Check |
Default | A Check |
Available values:
Name | Description |
---|---|
Default | The same as the Check |
Only |
A gallery item’s image is only painted checked. |
Image |
A gallery item’s text and image are painted checked. |
#Remarks
See the CheckDrawMode topic for information on the available paint styles.
See Also