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

StyleIndeterminate Enum

Contains values specifying the display style for the check box when an editor is in an indeterminate state.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.Utils.v18.1.dll

Declaration

public enum StyleIndeterminate

Members

Name Description
Unchecked

A check box is drawn unchecked. StyleIndeterminate_Unchecked.gif

Inactive

A check box is drawn inactive (grayed). StyleIndeterminate_InactiveUnchecked.gif

InactiveChecked

A check box is drawn grayed and checked (partially checked). StyleIndeterminate_InactiveChecked.gif

Related API Members

The following properties accept/return StyleIndeterminate values:

Remarks

Use members of this enumeration to select the manner in which the check box is displayed within a CheckEdit control when the editor is in an indeterminate state. The indeterminate (also called grayed) check state is available when the RepositoryItemCheckEdit.AllowGrayed property is set to true. You can control the check box’s display style for the grayed state with the help of the RepositoryItemCheckEdit.NullStyle property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the StyleIndeterminate enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also