Skip to main content
A newer version of this page is available. .

CheckContextButton.HasHoverCheckedGlyph Property

Gets whether or not this CheckContextButton has a hovered checked state glyph assigned.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public bool HasHoverCheckedGlyph { get; }

Property Value

Type Description
Boolean

true, if this CheckContextButton has a hovered checked state glyph assigned; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also