Skip to main content

EditBaseActualAppearance.BoxMinHeight Property

Gets the editor box’s minimal height value that is applied to the EditBase. To specify this value, use the BoxMinHeight property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double BoxMinHeight { get; }

Property Value

Type Description
Double

The editor box’s minimal height.

See Also