DataFormGroup.Order Property
Gets or sets the editor groups’s position on the data form.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the position of the editor group on the data form. |
See Also