GridSwipeItem.ActualAppearance Property
Gets the common appearance settings that are applied to the current GridSwipeItem.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public SwipeItemActualAppearance ActualAppearance { get; }
Property Value
| Type | Description |
|---|---|
| SwipeItemActualAppearance | Appearance settings that are applied to the current GridSwipeItem |
See Also