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

ContextButton.HasPressedGlyph Property

Gets whether or not this ContextButton has a pressed state glyph assigned.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if this ContextButton has a pressed 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