DataFormGroup.Order Property
In This Article
Gets or sets the editor groups’s position on the data form. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public int Order { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 100 | The position of the editor group on the data form. |
See Also