DataFormGroup.GroupName Property
In This Article
Gets or sets the name of the editor group.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string GroupName { get; set; }
#Property Value
Type | Description |
---|---|
String | The name of the editor group. |
See Also