DataFormItem.GroupName Property
Gets or sets the name of the group that contains the editor. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string GroupName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | < default > | The name of the editor group. |
See Also