Back to Devexpress

GridSwipeItem.Width Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridswipeitem-0e68ff17.md

latest1.2 KB
Original Source

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

csharp
public double Width { get; set; }

Property Value

TypeDescription
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

GridSwipeItem Class

GridSwipeItem Members

DevExpress.Maui.DataGrid Namespace