Skip to main content

DataFormViewActualAppearance.EditorWidth Property

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

public DataFormItemLength EditorWidth { get; }

Property Value

Type Description
DataFormItemLength

The editor’s width.

See Also