SwipeItemActualAppearance.FontFamily Property
Gets the font family value that is applied to the SwipeContainerItem. To specify this value, use the FontFamily property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public string FontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family value that is applied to the SwipeContainerItem. |
See Also