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