DataFormDisplayOptionsAttribute.EditorWidth Property
In This Article
Gets or sets the width of the edit box.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string EditorWidth { get; set; }
#Property Value
Type | Description |
---|---|
String | The width. |
See Also