InputChipGroup.EditorMinimumHeight Property
In This Article
Gets or sets the editor’s minimum height.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double EditorMinimumHeight { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies a height. |
See Also