DataFormDisplayOptionsAttribute.LabelText Property
In This Article
Gets or sets the editor’s label text.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string LabelText { get; set; }
#Property Value
Type | Description |
---|---|
String | The editor’s label text. |
See Also