Class FormElementItemsControl
Supporting control for the FeatureFormView control,
used for rendering a set of popup elements responsible for rendering
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FormElementItemsControl : ItemsControl
Fields
| Improve this Doc View SourceFieldFormElementTemplateProperty
Identifies the FieldFormElementTemplate dependency property.
Declaration
public static readonly DependencyProperty FieldFormElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
GroupFormElementTemplateProperty
Identifies the GroupFormElementTemplate dependency property.
Declaration
public static readonly DependencyProperty GroupFormElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextFormElementTemplateProperty
Identifies the TextFormElementTemplate dependency property.
Declaration
public static readonly DependencyProperty TextFormElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceFieldFormElementTemplate
Template used for rendering a
Declaration
public DataTemplate FieldFormElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
| Improve this Doc View SourceGroupFormElementTemplate
Template used for rendering a
Declaration
public DataTemplate GroupFormElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
TextFormElementTemplate
Template used for rendering a
Declaration
public DataTemplate TextFormElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
Methods
| Improve this Doc View SourcePrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | |
Object | item |