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

ToggleSwitchEditSettings.IsThreeState Property

Gets or sets whether the in-place toggle switch editor supports three states (checked, unchecked and indeterminate).

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool IsThreeState { get; set; }

Property Value

Type Description
Boolean

true if the editor supports three states; false if the editor supports two states (checked and unchecked).

Remarks

A toggle switch editor supports three states (checked, unchecked and indeterminate) if its IsThreeState property is set to true. Otherwise, if this property is set to false, only checked and unchecked states are supported.

See Also