GridSwipeItem.ActualAppearance Property
In This Article
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
C#
public SwipeItemActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Swipe |
Appearance settings that are applied to the current Grid |
See Also