Back to Devexpress

FormSwitchItem.IsToggled Property

maui-devexpress-dot-maui-dot-editors-dot-formswitchitem.md

latest842 B
Original Source

FormSwitchItem.IsToggled Property

Gets or sets whether the item is toggled (enabled). This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsToggled { get; set; }

Property Value

TypeDescription
Boolean

true if the item is toggled (enabled); optherwise, false.

|

See Also

FormSwitchItem Class

FormSwitchItem Members

DevExpress.Maui.Editors Namespace