AutoCompleteTokenEdit.TokenIconSize Property
Gets or sets the token icon size.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Size TokenIconSize { get; set; }
Property Value
Type | Description |
---|---|
Size | The size of token icons. |
See Also