Back to Devexpress

SwipeItem.Width Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-swipeitem-eb463ebb.md

latest1.3 KB
Original Source

SwipeItem.Width Property

Gets or sets the swipe item width.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
[XtraSerializableProperty]
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 SwipeItemStyle object with the specified Width property to DataGridView.SwipeItemStyle.

See Also

SwipeItem Class

SwipeItem Members

DevExpress.XamarinForms.DataGrid Namespace