Back to Devexpress

CheckEdit.DisplayMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-checkedit-e00b6f5f.md

latest2.1 KB
Original Source

CheckEdit.DisplayMode Property

Gets whether the CheckEdit control displays a standard check box or a custom glyph.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public CheckEditDisplayMode DisplayMode { get; }
vb
Public ReadOnly Property DisplayMode As CheckEditDisplayMode

Property Value

TypeDescription
CheckEditDisplayMode

Any of the CheckEditDisplayMode enumeration values.

|

Available values:

NameDescription
Check

The check box editor displays a standard check box.

| | Image |

The check box editor displays a custom glyph instead of a standard check box.

|

Remarks

To make the CheckEdit display custom glyphs instead of the standard ones, pass the ImageCheckEditStyleSettings object to the CheckEdit ‘s StyleSettings property.

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

When the check box editor displays an image instead of a standard check box, the DisplayMode property returns CheckEditDisplayMode.Image.

See Also

CheckEdit Class

CheckEdit Members

DevExpress.Xpf.Editors Namespace