Skip to main content
A newer version of this page is available. .

SwipeItem.Width Property

Gets or sets the swipe item width.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

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

See Also