SwipeContainerItem.Caption Property
Gets or sets the text displayed within the swipe item. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
String | The swipe item’s caption. |
See Also