DataFormItem.LabelText Property
Gets or sets the editor’s label text. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string LabelText { get; set; }
Property Value
Type | Description |
---|---|
String | The editor’s label text. |
See Also