Skip to main content

CheckContextButton.CheckedGlyph Property

Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer. This property is obsolete. Use the ImageOptionsCollection property instead.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image CheckedGlyph { get; set; }

Property Value

Type Default Description
Image null

An Image object that specifies the glyph displayed by the current button.

Remarks

To specify custom glyphs displayed in the normal, checked, and hover states, use the ImageOptionsCollection property.

See Also