Skip to main content

DataFormLabelPosition Enum

Lists values used to specify the position of labels relative to editors.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public enum DataFormLabelPosition

Members

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.

Related API Members

The following properties accept/return DataFormLabelPosition values:

See Also