Skip to main content

FilterChipGroupItemBaseActualAppearance.ChipFontSize Property

Gets the chip’s font size value that is applied to FilterChipGroupItemBase. To specify this mode, use the ChipFontSize property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double ChipFontSize { get; }

Property Value

Type Description
Double

The chip’s font size value.

See Also