Class FeatureFormContentTemplateSelector
Template selector for selecting the correct datatemplate for each datatype displayed on each page.
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Controls.IDataTemplateSelectorOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_Primitives_FeatureFormContentTemplateSelectorWinRTTypeDetails))]
public class FeatureFormContentTemplateSelector : DataTemplateSelector, IElementFactory, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<DataTemplateSelector>
Constructors
Name | Description |
---|---|
FeatureFormContentTemplateSelector() | Initializes an instance of the FeatureFormContentTemplateSelector class. |
Properties
Name | Description |
---|---|
FeatureFormTemplate | Gets or sets the template used for rendering a FeatureForm |
UtilityAssociationGroupResultTemplate | Gets or sets the template used for rendering a UtilityAssociationGroupResult |
UtilityAssociationsFilterResultTemplate | Gets or sets the template used for rendering a UtilityAssociationsFilterResult |
Methods
Name | Description |
---|---|
SelectTemplate(object, DependencyObject) | When overridden in a derived class, returns a DataTemplate based on custom logic. |
SelectTemplateCore(object, DependencyObject) | When implemented by a derived class, returns a specific DataTemplate for a given item or container. |