Skip to main content

DataFormDisplayOptionsAttribute.GroupName Property

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