Class GroupFormElementView
Groups a set of FieldFormElementView views in a collapsible group.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class GroupFormElementView : TemplatedView
Constructors
| Improve this Doc View SourceGroupFormElementView()
Initializes a new instance of the GroupFormElementView class.
Declaration
public GroupFormElementView()
Fields
| Improve this Doc View SourceBorderStrokeProperty
Identifies the BorderStroke dependency property.
Declaration
public static readonly BindableProperty BorderStrokeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BorderStrokeThicknessProperty
Identifies the BorderStrokeThickness dependency property.
Declaration
public static readonly BindableProperty BorderStrokeThicknessProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ContentPaddingProperty
Identifies the ContentPadding dependency property.
Declaration
public static readonly BindableProperty ContentPaddingProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type | Description |
---|---|
BindableProperty |
HeaderBackgroundProperty
Identifies the HeaderBackground dependency property.
Declaration
public static readonly BindableProperty HeaderBackgroundProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceBorderStroke
Gets or sets the border stroke brush for the group
Declaration
public Brush BorderStroke { get; set; }
Property Value
Type | Description |
---|---|
Brush |
BorderStrokeThickness
Gets or sets the stroke thickness of the border
Declaration
public double BorderStrokeThickness { get; set; }
Property Value
Type | Description |
---|---|
Double |
ContentPadding
Gets or sets the padding inside the group's border
Declaration
public double ContentPadding { get; set; }
Property Value
Type | Description |
---|---|
Double |
Element
Gets or sets the GroupFormElement.
Declaration
public GroupFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<GroupFormElement> |
HeaderBackground
Gets or sets the brush used for the header background
Declaration
public Brush HeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
Brush |
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 SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()