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

StyleIndeterminate Enum

Contains check box paint styles applied in the indeterminate state.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public enum StyleIndeterminate

Members

Name Description
Unchecked

StyleIndeterminate_Unchecked.gif A check box is drawn unchecked.

Inactive

StyleIndeterminate_Inactive A check box is drawn grayed. In skin paint themes, the Inactive option is equivalent to InactiveChecked.

InactiveChecked

StyleIndeterminate_InactiveChecked.gif 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.

See Also