Show / Hide Table of Contents

Class FieldsPopupElementView

Supporting control for the PopupViewer control, used for rendering a .

Inheritance
Object
FieldsPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FieldsPopupElementView : TemplatedView

Constructors

| Improve this Doc View Source

FieldsPopupElementView()

Initializes a new instance of the FieldsPopupElementView class.

Declaration
public FieldsPopupElementView()

Fields

| Improve this Doc View Source

DividerBrushProperty

Identifies the DividerBrush dependency property.

Declaration
public static readonly DependencyProperty DividerBrushProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

FieldTextStyleProperty

Identifies the FieldTextStyle dependency property.

Declaration
public static readonly DependencyProperty FieldTextStyleProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

RowEvenBackgroundProperty

Identifies the RowEvenBackground dependency property.

Declaration
public static readonly DependencyProperty RowEvenBackgroundProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

RowOddBackgroundProperty

Identifies the RowOddBackground dependency property.

Declaration
public static readonly DependencyProperty RowOddBackgroundProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TableAreaContentName

Template name of the text area.

Declaration
public const string TableAreaContentName = "TableAreaContent"
Field Value
Type Description
String

Properties

| Improve this Doc View Source

DividerBrush

Gets or sets the vertical divider brush in the table.

Declaration
public Brush DividerBrush { get; set; }
Property Value
Type Description
Brush
| Improve this Doc View Source

Element

Gets or sets the FieldsPopupElement.

Declaration
public FieldsPopupElement? Element { get; set; }
Property Value
Type Description
Nullable<FieldsPopupElement>
| Improve this Doc View Source

FieldTextStyle

Gets or sets the style applied to the text in the table.

Declaration
public Style FieldTextStyle { get; set; }
Property Value
Type Description
Style
| Improve this Doc View Source

RowEvenBackground

Gets or sets the background of the even rows in the table.

Declaration
public Brush RowEvenBackground { get; set; }
Property Value
Type Description
Brush
| Improve this Doc View Source

RowOddBackground

Gets or sets the background of the odd rows in the table.

Declaration
public Brush RowOddBackground { get; set; }
Property Value
Type Description
Brush

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX