Show / Hide Table of Contents

Class RadioButtonsFormInputView

Radio button view for the RadioButtonsFormInput.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
ItemsControl
RadioButtonsFormInputView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IEquatable<Control>
IItemContainerMapping
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<ItemsControl>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "Selector", Type = typeof(Selector))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_Primitives_FormElementItemsControlWinRTTypeDetails))]
public class RadioButtonsFormInputView : ItemsControl, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IItemContainerMapping, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<ItemsControl>

Constructors

Name Description
RadioButtonsFormInputView()

Initializes an instance of the RadioButtonsFormInputView class.

Fields

Name Description
ElementProperty

Identifies the Element dependency property.

Properties

Name Description
Element

Gets or sets the FieldFormElement.

Methods

Name Description
GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

OnSelectionChanged(SelectionChangedEventArgs)

Called when the selection changes.

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

In this article
Back to top Generated by DocFX