Skip to main content

SwipeItemBase.ActualAppearance Property

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

public SwipeItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
SwipeItemActualAppearance

Appearance settings that are applied to the current SwipeItemBase‘s descendants

See Also