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

CheckEdit.ActualGlyph Property

Gets an actual glyph displayed within the CheckEdit.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public ImageSource ActualGlyph { get; }

Property Value

Type Description
ImageSource

An ImageSource object that represents the CheckEdit’s glyph.

Remarks

Use the CheckedGlyph, IndeterminateGlyph, and UncheckedGlyph properties to specify glyphs for all the CheckEdit’s states.

See Also