DataFormTextEditorAttributeBase.IsInplaceLabelFloating Property
In This Article
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
C#
public bool IsInplaceLabelFloating { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also