StyleIndeterminate Enum
Contains check box paint styles applied in the indeterminate state.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Unchecked
|
A check box is drawn unchecked. |
Inactive
|
A check box is drawn grayed. In skin paint themes, the Inactive option is equivalent to InactiveChecked. |
InactiveChecked
|
A check box is drawn grayed. An additional gray tick mark is displayed in the Flat, UltraFlat and Style3D paint themes. |
Related API Members
The following properties accept/return StyleIndeterminate values:
Remarks
Use the RepositoryItemCheckEdit.NullStyle property to specify the check box paint style in the indeterminate state (CheckEdit.CheckState). The CheckEdit control supports the indeterminate state if the RepositoryItemCheckEdit.AllowGrayed setting is true.