CollectionViewItemAppearance.FontAttributes Property
Gets or sets the font attributes 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
public FontAttributes FontAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| FontAttributes | The font attributes of the DXCollectionView‘s item. |
See Also