SwipeContainerItem.FontFamily Property
Gets or sets the font family of the SwipeContainerItem. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also