maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-dot-underscore-properties.md
Stores settings to adjust the group of the data form’s editors.
| Name | Description |
|---|---|
| AllowCollapse | Gets or sets whether users can collapse and expand the group of editors. This is a bindable property. |
| AutomationId | Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element. |
| BindingContext |
Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. This is a bindable property.
Inherited from BindableObject. | | ClassId | Gets or sets a value used to identify a collection of semantically similar elements. Inherited from Element. | | ContentPadding | Gets or sets the distance between editors and the data form’s borders or group headers. This is a bindable property. | | CustomHeader | Gets or sets the custom content of the group header. This is a bindable property. | | Dispatcher |
Gets the dispatcher that was available when this bindable object was created, otherwise tries to find the nearest available dispatcher (probably the window’s/app’s).
Inherited from BindableObject. | | EditorHorizontalSpacing | Gets or sets the distance between editors in a row. This is a bindable property. | | EffectControlProvider | For internal use by .NET MAUI. Inherited from Element. | | Effects | Gets or sets the styles and properties that will be applied to the element during runtime. Inherited from Element. | | GroupName | Gets or sets the name of the editor group. This is a bindable property. | | HeaderBackgroundColor | Gets or sets the background color for the header of the editor group. This is a bindable property. | | HeaderFontAttributes | Gets or sets the font style for the header caption of the editor group. This is a bindable property. | | HeaderFontFamily | Gets or sets the font family name for the header caption of the editor group. This is a bindable property. | | HeaderFontSize | Gets or sets the font size for the header caption of the editor group. This is a bindable property. | | HeaderPadding | Gets or sets the distance between the edges of the group header and its content. This is a bindable property. | | HeaderText | Gets or sets the caption displayed in the header of the editor group. This is a bindable property. | | HeaderTextColor | Gets or sets the text color for the header caption of the editor group. This is a bindable property. | | Id | Gets a value that can be used to uniquely identify an element throughout the run of your application. Inherited from Element. | | IsCollapsed | Specifies whether the group of editors is collapsed. This is a bindable property. | | IsHeaderVisible | Gets or sets whether the header is displayed for the group of editors. This is a bindable property. | | IsLastRowSeparatorVisible | Gets or sets whether a row separator line is displayed below the bottom row of editors in the group. This is a bindable property. | | LogicalChildren | For internal use by the Microsoft.Maui.Controls platform. Inherited from Element. | | Order | Gets or sets the editor groups’s position on the data form. This is a bindable property. | | Parent | Gets or sets the parent Element of this element. Inherited from Element. | | RealParent | For internal use by .NET MAUI. Inherited from Element. | | RowSeparatorColor | Gets or sets the color of lines that separate rows of editors in the group. This is a bindable property. | | RowSeparatorThickness | Gets or sets the thickness of lines that separate rows of editors in the group. This is a bindable property. | | StyleId | Gets or sets a user defined value to uniquely identify the element. Inherited from Element. |
See Also