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
[XtraSerializableProperty]
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