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

TreeListOptionsBehavior.AllowIndeterminateCheckState Property

Gets or sets whether a node can be set to the indeterminate check state.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AllowIndeterminateCheckState { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a node’s check state can be set to the indeterminate state; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowIndeterminateCheckState
WinForms Controls ResourcesTree
.OptionsBehavior.AllowIndeterminateCheckState
TreeList
.OptionsBehavior.AllowIndeterminateCheckState
Reporting XRDesignFieldList
.OptionsBehavior.AllowIndeterminateCheckState
XRDesignReportExplorer
.OptionsBehavior.AllowIndeterminateCheckState

Remarks

If the AllowIndeterminateCheckState property is enabled, each node can have three states: checked, unchecked and indeterminate.

To learn how to enable the node checking feature, see Node Checking - Checkboxes and Radio Buttons.

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

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