DataFormViewActualAppearance.EditorWidth Property
In This Article
Gets the editor’s width value that is applied to the DataFormView. To specify this value, use the EditorWidth property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DataFormItemLength EditorWidth { get; }
#Property Value
Type | Description |
---|---|
Data |
The editor’s width. |
See Also