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