Skip to main content

ChipGroupActualAppearance.ChipFontFamily Property

Gets the chip’s font family that is applied to the ChipGroup. To specify this value, use the ChipFontFamily property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string ChipFontFamily { get; }

Property Value

Type Description
String

The chip’s font family that is applied to the ChipGroup.

See Also