InputChipGroupActualAppearance.EditorMinimumWidth Property
Gets the editor minimum width value that is applied to the InputChipGroup. To specify this value, use the EditorMinimumWidth property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorMinimumWidth { get; }
Property Value
Type | Description |
---|---|
Double | The editor minimum width. |
See Also