DataFormDisplayOptionsAttribute.LabelPosition Property
In This Article
Gets or sets the position of a label relative to the editor.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public DataFormLabelPosition LabelPosition { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A value that specifies the position of the editor’s label. |
Available values:
Name | Description |
---|---|
Left | A label is displayed to the left of an editor. |
Right | A label is displayed to the right of an editor. |
Top | A label is displayed above an editor. |
See Also