DataFormDisplayOptionsAttribute.GroupName Property
Gets or sets the name of the group that contains the editor.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the editor group. |
See Also