GridSwipeItem.Width Property
Gets or sets the swipe item width. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
Double | The item width, in density-independent units. |
Remarks
Use the Width property to specify the width for an individual swipe item. To use the same width for all swipe items of the grid, assign a SwipeItemAppearance object with the specified Width property to DataGridView.SwipeItemAppearance
See Also