Skip to main content

CollectionViewItemAppearance.FontSize Property

Gets or sets the font size of the DXCollectionView‘s item. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Property Value

Type Description
Double

The font size of the DXCollectionView‘s item.

See Also