windowsforms-devexpress-dot-xtraeditors-dot-controls-b705af00.md
Contains check box paint styles applied in the indeterminate state.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum StyleIndeterminate
Public Enum StyleIndeterminate
| 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.
|
The following properties accept/return StyleIndeterminate values:
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.
See Also