Back to Devexpress

StyleIndeterminate Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-b705af00.md

latest2.3 KB
Original Source

StyleIndeterminate Enum

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

Declaration

csharp
public enum StyleIndeterminate
vb
Public Enum StyleIndeterminate

Members

NameDescription
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:

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.

See Also

NullStyle

DevExpress.XtraEditors.Controls Namespace