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