Back to Devexpress

DataFormTextItemBase.IsInplaceLabelFloating Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformtextitembase-c0767d2c.md

latest1.0 KB
Original Source

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

csharp
public bool IsInplaceLabelFloating { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

DataFormTextItemBase Class

DataFormTextItemBase Members

DevExpress.Maui.DataForm Namespace