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 |
|
See Also