Skip to main content

CheckContextButton.HasCheckedGlyph Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if this CheckContextButton has a 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