DataFormGroup(String) Constructor
Initializes a new instance of the DataFormGroup class with specified settings.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DataFormGroup(
string name
)
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the group. |
See Also