Skip to main content

DataFormTextEditorAttributeBase.InplaceLabelText Property

Gets or sets the inplace 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 InplaceLabelText { get; set; }

Property Value

Type Description
String

The inplace editor’s label text.

See Also