DataFormItem.LabelPosition Property
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
public DataFormLabelPosition? LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataFormLabelPosition> | 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