Skip to main content

DXCollectionViewActualAppearance.ItemFontAttributes Property

Gets the font attribute value that is applied to the DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public FontAttributes ItemFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attribute value that is applied to the DXCollectionView.

See Also