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