Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public CheckEditDisplayMode DisplayMode { get; set; }

#Property Value

Type Description
CheckEditDisplayMode

Any of the CheckEditDisplayMode enumeration values.

Available values:

Name Description
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