TokenEditActualAppearance.TokenFontFamily Property
Gets the font famliy value that is applied to the TokenEdit‘s token items. To specify this value, use the FontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string TokenFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The token’s font family. |
See Also