SwipeItemBase.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current SwipeItemBase‘s descendants.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public SwipeItemActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Swipe |
Appearance settings that are applied to the current Swipe |
See Also