SwipeItemActualAppearance.Width Property
Gets the width that is applied to the GridSwipeItem. To specify this value, use the Width property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
Double | The width that is applied to the GridSwipeItem. |
See Also