Skip to main content

DataFormTextEditorAttributeBase.IsInplaceLabelFloating Property

Gets or sets whether the label changes its position depending on the editor state, or it is pinned to the top of the editor box.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsInplaceLabelFloating { get; set; }

Property Value

Type Description
Boolean

true to enable the behavior when the label position depends on the editor state; otherwise, false.

See Also