Class RadioButtonsFormInputView
Radio button view for the
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class RadioButtonsFormInputView : TemplatedView
Constructors
| Improve this Doc View SourceRadioButtonsFormInputView()
Initializes an instance of the RadioButtonsFormInputView class.
Declaration
public RadioButtonsFormInputView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceElement
Gets or sets the FieldFormElement.
Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldFormElement> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()