Skip to main content

DXCollectionViewActualAppearance.GroupItemFontFamily Property

Gets the group item’s font family value that is applied to the DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public string GroupItemFontFamily { get; }

Property Value

Type Description
String

The group item’s font family value that is applied to the DXCollectionView.

See Also