Back to Devexpress

CheckEditDisplayMode Enum

wpf-devexpress-dot-xpf-dot-editors-2ccd410c.md

latest1.3 KB
Original Source

CheckEditDisplayMode Enum

Lists the values that specify the checkbox edit display mode.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum CheckEditDisplayMode
vb
Public Enum CheckEditDisplayMode

Members

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.

|

The following properties accept/return CheckEditDisplayMode values:

Remarks

The values listed by this enumeration are used to set the CheckEdit.DisplayMode, and CheckEditBox.DisplayMode property.

See Also

DevExpress.Xpf.Editors Namespace