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.1.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