Class FieldsPopupElementView
Supporting control for the PopupViewer control, used for rendering a FieldsPopupElement.
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "TableAreaContent", Type = typeof(ContentPresenter))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_BasemapGalleryWinRTTypeDetails))]
public class FieldsPopupElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
| Name | Description |
|---|---|
| FieldsPopupElementView() | Initializes a new instance of the FieldsPopupElementView class. |
Fields
| Name | Description |
|---|---|
| DividerBrushProperty | Identifies the DividerBrush dependency property. |
| ElementProperty | Identifies the Element dependency property. |
| FieldTextStyleProperty | Identifies the FieldTextStyle dependency property. |
| RowEvenBackgroundProperty | Identifies the RowEvenBackground dependency property. |
| RowOddBackgroundProperty | Identifies the RowOddBackground dependency property. |
Properties
| Name | Description |
|---|---|
| DividerBrush | Gets or sets the vertical divider brush in the table. |
| Element | Gets or sets the FieldsPopupElement. |
| FieldTextStyle | Gets or sets the TextBlock style applied to the text in the table. |
| RowEvenBackground | Gets or sets the background of the even rows in the table. |
| RowOddBackground | Gets or sets the background of the odd rows in the table. |
Methods
| Name | Description |
|---|---|
| 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. |