Show / Hide Table of Contents

Class GroupFormElementView

Groups a set of FieldFormElementView views in a collapsible group.

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

Constructors

| Improve this Doc View Source

GroupFormElementView()

Initializes a new instance of the GroupFormElementView class.

Declaration
public GroupFormElementView()

Fields

| Improve this Doc View Source

BorderStrokeProperty

Identifies the BorderStroke dependency property.

Declaration
public static readonly BindableProperty BorderStrokeProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

BorderStrokeThicknessProperty

Identifies the BorderStrokeThickness dependency property.

Declaration
public static readonly BindableProperty BorderStrokeThicknessProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ContentPaddingProperty

Identifies the ContentPadding dependency property.

Declaration
public static readonly BindableProperty ContentPaddingProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

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

HeaderBackgroundProperty

Identifies the HeaderBackground dependency property.

Declaration
public static readonly BindableProperty HeaderBackgroundProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

BorderStroke

Gets or sets the border stroke brush for the group

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

BorderStrokeThickness

Gets or sets the stroke thickness of the border

Declaration
public double BorderStrokeThickness { get; set; }
Property Value
Type Description
Double
| Improve this Doc View Source

ContentPadding

Gets or sets the padding inside the group's border

Declaration
public double ContentPadding { get; set; }
Property Value
Type Description
Double
| Improve this Doc View Source

Element

Gets or sets the GroupFormElement.

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

HeaderBackground

Gets or sets the brush used for the header background

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

IsExpanded

Gets or sets a value indicating whether this expander is expanded.

Declaration
public bool IsExpanded { get; set; }
Property Value
Type Description
Boolean

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