Skip to main content

DataFormViewActualAppearance.EditorMaxWidth Property

Gets the editor’s maximum width value that is applied to the DataFormView. To specify this value, use the EditorMaxWidth property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double EditorMaxWidth { get; }

Property Value

Type Description
Double

The editor’s maximum width.

See Also