Skip to main content

InputChipGroup.EditorFontFamily Property

Gets or sets the font face used to display text in the editor.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public string EditorFontFamily { get; set; }

#Property Value

Type Description
String

A string value that specifies the font family.

See Also