CheckStyles Enum
Contains values specifying the look of the check box within a CheckEdit control.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.Utils.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Standard | The default mode (the appearance depends on the control's look-and-feel) : |
Radio | A radio button (the appearance depends on the control's look-and-feel): In the Skin, Office 2003 and WindowsXP paint schemes, the Indeterminate and Unchecked check styles look the same. |
Style1 | Predefined custom style. |
Style2 | Predefined custom style. |
Style3 | Predefined custom style. |
Style4 | Predefined custom style. |
Style5 | Predefined custom style. |
Style6 | Predefined custom style. |
Style7 | Predefined custom style. |
Style8 | Predefined custom style. |
Style9 | Predefined custom style. |
Style10 | Predefined custom style. |
Style11 | Predefined custom style. |
Style12 | Predefined custom style. |
Style13 | Predefined custom style. |
Style14 | Predefined custom style. |
Style15 | Predefined custom style. |
Style16 | Predefined custom style. |
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.