DataFormGroup Properties
Stores settings to adjust the group of the data form’s editors.
Name | Description |
---|---|
Allow |
Gets or sets whether users can collapse and expand the group of editors. This is a bindable property. |
Automation |
Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element. |
Binding |
Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this Bindable |
Class |
Gets or sets a value used to identify a collection of semantically similar elements. Inherited from Element. |
Content |
Gets or sets the distance between editors and the data form’s borders or group headers. This is a bindable property. |
Custom |
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 Bindable |
Editor |
Gets or sets the distance between editors in a row. This is a bindable property. |
Effect |
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. |
Group |
Gets or sets the name of the editor group. This is a bindable property. |
Header |
Gets or sets the background color for the header of the editor group. This is a bindable property. |
Header |
Gets or sets the font style for the header caption of the editor group. This is a bindable property. |
Header |
Gets or sets the font family name for the header caption of the editor group. This is a bindable property. |
Header |
Gets or sets the font size for the header caption of the editor group. This is a bindable property. |
Header |
Gets or sets the distance between the edges of the group header and its content. This is a bindable property. |
Header |
Gets or sets the caption displayed in the header of the editor group. This is a bindable property. |
Header |
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. |
Is |
Specifies whether the group of editors is collapsed. This is a bindable property. |
Is |
Gets or sets whether the header is displayed for the group of editors. This is a bindable property. |
Is |
Gets or sets whether a row separator line is displayed below the bottom row of editors in the group. This is a bindable property. |
Logical |
For internal use by the Microsoft. |
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. |
Real |
For internal use by .NET MAUI. Inherited from Element. |
Row |
Gets or sets the color of lines that separate rows of editors in the group. This is a bindable property. |
Row |
Gets or sets the thickness of lines that separate rows of editors in the group. This is a bindable property. |
Style |
Gets or sets a user defined value to uniquely identify the element. Inherited from Element. |
See Also