Skip to main content

DataFormViewActualAppearance.EditorMinWidth Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double EditorMinWidth { get; }

Property Value

Type Description
Double

The editor’s minimum width.

See Also