CheckEdit.ActualGlyph Property
Gets an actual glyph displayed within the CheckEdit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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