Show / Hide Table of Contents

Class RadioButtonsFormInputView

Radio button view for the .

Inheritance
Object
RadioButtonsFormInputView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class RadioButtonsFormInputView : ItemsControl

Constructors

| Improve this Doc View Source

RadioButtonsFormInputView()

Initializes an instance of the RadioButtonsFormInputView class.

Declaration
public RadioButtonsFormInputView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Element

Gets or sets the FieldFormElement.

Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type Description
Nullable<FieldFormElement>

Methods

| Improve this Doc View Source

GetContainerForItemOverride()

Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type Description
DependencyObject
| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
| Improve this Doc View Source

PrepareContainerForItemOverride(DependencyObject, Object)

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type Name Description
DependencyObject element
Object item
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX