DataFormItem.GroupName Property
In This Article
Gest or sets the name of the group that contains the editor.
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