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