Skip to main content

InputChipGroupActualAppearance.EditorMinimumHeight Property

Gets the editor minimum height value that is applied to the InputChipGroup. To specify this value, use the EditorMinimumHeight property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double EditorMinimumHeight { get; }

Property Value

Type Description
Double

The editor minimum height.

See Also