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