DataFormItem.EditorMaxWidth Property
Gets or sets the maximum 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 EditorMaxWidth { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Double | .nan | The maximum width. |
See Also