DataFormItem.EditorWidth Property
In This Article
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
C#
public DataFormItemLength EditorWidth { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Data |
-1 | The width. |
See Also