Class GroupFormElementView
Groups a set of FieldFormElementView views in a collapsible group.
Inheritance
GroupFormElementView
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class GroupFormElementView : TemplatedView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
Name | Description |
---|---|
GroupFormElementView() | Initializes a new instance of the GroupFormElementView class. |
Fields
Name | Description |
---|---|
BorderStrokeProperty | Identifies the BorderStroke dependency property. |
BorderStrokeThicknessProperty | Identifies the BorderStrokeThickness dependency property. |
ContentPaddingProperty | Identifies the ContentPadding dependency property. |
ElementProperty | Identifies the Element dependency property. |
HeaderBackgroundProperty | Identifies the HeaderBackground dependency property. |
IsExpandedProperty | Identifies the IsExpanded dependency property. |
Properties
Name | Description |
---|---|
BorderStroke | Gets or sets the border stroke brush for the group |
BorderStrokeThickness | Gets or sets the stroke thickness of the border |
ContentPadding | Gets or sets the padding inside the group's border |
Element | Gets or sets the GroupFormElement. |
HeaderBackground | Gets or sets the brush used for the header background |
IsExpanded | Gets or sets a value indicating whether this expander is expanded. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |