DataFormItem.EditorMinWidth Property
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
public double EditorMinWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The minimum width. |
See Also