Skip to main content
A newer version of this page is available. .

CheckStyles Enum

Contains values specifying the look of the check box within a CheckEdit control.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public enum CheckStyles

Members

Name Description
Standard

The default mode (the appearance depends on the control’s look-and-feel) : CheckStyles_Standard

Radio

A radio button (the appearance depends on the control’s look-and-feel): CheckStyles_Radio_XP.gif

In the Skin, Office 2003 and WindowsXP paint schemes, the Indeterminate and Unchecked check styles look the same.

Style1

Predefined custom style. CheckStyles_Style1.gif

Style2

Predefined custom style. CheckStyles_Style2.gif

Style3

Predefined custom style. CheckStyles_Style3.gif

Style4

Predefined custom style. CheckStyles_Style4.gif

Style5

Predefined custom style. CheckStyles_Style5.gif

Style6

Predefined custom style. CheckStyles_Style6.gif

Style7

Predefined custom style. CheckStyles_Style7.gif

Style8

Predefined custom style. CheckStyles_Style8.gif

Style9

Predefined custom style. CheckStyles_Style9.gif

Style10

Predefined custom style. CheckStyles_Style10.gif

Style11

Predefined custom style. CheckStyles_Style11.gif

Style12

Predefined custom style. CheckStyles_Style12.gif

Style13

Predefined custom style. CheckStyles_Style13.gif

Style14

Predefined custom style. CheckStyles_Style14.gif

Style15

Predefined custom style. CheckStyles_Style15.gif

Style16

Predefined custom style. CheckStyles_Style16.gif

UserDefined

Allows you to customize the check box glyph using the RepositoryItemCheckEdit.ImageOptions property.

Related API Members

The following properties accept/return CheckStyles values:

Remarks

Values listed in this enumeration are used to set the RepositoryItemCheckEdit.CheckStyle property value. Use this property to select the appropriate look of the check box element within a CheckEdit control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CheckStyles enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also