Skip to main content

CheckContextButton.HoverCheckedGlyph Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

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

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image HoverCheckedGlyph { 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