Skip to main content

SwipeItemActualAppearance.FontAttributes Property

Gets the font attribute value that is applied to the SwipeItem. To specify this value, use the FontAttributes property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public FontAttributes FontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attribute value that is applied to the SwipeItem.

See Also