Class FieldsPopupElementView
Supporting control for the PopupViewer control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FieldsPopupElementView : Control
Constructors
| Improve this Doc View SourceFieldsPopupElementView()
Initializes a new instance of the FieldsPopupElementView class.
Declaration
public FieldsPopupElementView()
Fields
| Improve this Doc View SourceDividerBrushProperty
Identifies the DividerBrush dependency property.
Declaration
public static readonly DependencyProperty DividerBrushProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FieldTextStyleProperty
Identifies the FieldTextStyle dependency property.
Declaration
public static readonly DependencyProperty FieldTextStyleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RowEvenBackgroundProperty
Identifies the RowEvenBackground dependency property.
Declaration
public static readonly DependencyProperty RowEvenBackgroundProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RowOddBackgroundProperty
Identifies the RowOddBackground dependency property.
Declaration
public static readonly DependencyProperty RowOddBackgroundProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceDividerBrush
Gets or sets the vertical divider brush in the table.
Declaration
public Brush DividerBrush { get; set; }
Property Value
Type | Description |
---|---|
Brush |
Element
Gets or sets the FieldsPopupElement.
Declaration
public FieldsPopupElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldsPopupElement> |
FieldTextStyle
Gets or sets the
Declaration
public Style FieldTextStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |
RowEvenBackground
Gets or sets the background of the even rows in the table.
Declaration
public Brush RowEvenBackground { get; set; }
Property Value
Type | Description |
---|---|
Brush |
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 SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()