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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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