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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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