Class RadioButtonsFormInputView
Radio button view for the RadioButtonsFormInput.
Inheritance
RadioButtonsFormInputView
Implements
IWinRTObject
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_PopupElementItemsControlWinRTTypeDetails))]
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() | Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class. |
| 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. |