DataFormItem.EditorMinWidth Property
In This Article
Gets or sets the minimum width of the edit box. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public double EditorMinWidth { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The minimum width. |
See Also