Show / Hide Table of Contents

Class SwitchFormInputView

Checkbox switch for the .

Inheritance
Object
SwitchFormInputView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SwitchFormInputView : TemplatedView

Constructors

| Improve this Doc View Source

SwitchFormInputView()

Initializes an instance of the SwitchFormInputView class.

Declaration
public SwitchFormInputView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

IsCheckedProperty

Identifies the dependency property.

Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SwitchViewName

Template name of the view control.

Declaration
public const string SwitchViewName = "SwitchView"
Field Value
Type Description
String

Properties

| Improve this Doc View Source

Element

Gets or sets the FieldFormElement.

Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type Description
Nullable<FieldFormElement>
| Improve this Doc View Source

IsChecked

Gets or sets a value indicating whether this switch is checked or not.

Declaration
public bool IsChecked { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX