Back to Devexpress

CheckEditBox.DisplayMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-checkeditbox.md

latest1.7 KB
Original Source

CheckEditBox.DisplayMode Property

Gets or sets 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; set; }
vb
Public 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

When the DisplayMode property is set to CheckEditDisplayMode.Image, the check box editor displays an image instead of a standard check box. You can specify the custom image using the CheckEditBox.Glyph property.

See Also

CheckEditBox Class

CheckEditBox Members

DevExpress.Xpf.Editors Namespace