SwipeContainerItem.Caption Property
In This Article
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
C#
public string Caption { get; set; }
#Property Value
Type | Description |
---|---|
String | The swipe item’s caption. |
See Also