CheckEdit.ActualGlyph Property
In This Article
Gets an actual glyph displayed within the CheckEdit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ImageSource ActualGlyph { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the CheckedGlyph, IndeterminateGlyph, and UncheckedGlyph properties to specify glyphs for all the CheckEdit’s states.
See Also