Skip to main content

DataFormTextItemBase.IsInplaceLabelFloating Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsInplaceLabelFloating { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also