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