Skip to main content

INewItemRowCustomizer.LocateCellViewInRow(View, Rectangle, Boolean, Boolean, Boolean, Boolean) Method

Locates the specified view within the New Item Row‘s bounds.

Namespace: DevExpress.Mobile.DataGrid.Theme

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

void LocateCellViewInRow(
    View cell,
    Rectangle cellBounds,
    bool isFirst,
    bool isLast,
    bool isLeftFixedColumnBorder,
    bool isRightFixedColumnBorder
)

Parameters

Name Type Description
cell Xamarin.Forms.View

A Xamarin.Forms.View object, specifying the view to be located within the Add New Item row.

cellBounds Xamarin.Forms.Rectangle

A Xamarin.Forms.Rectangle object, specifying the the Add New Item row’s bounds.

isFirst Boolean

true, if the specified view is first view in the Add New Item row; otherwise, false.

isLast Boolean

true, if the specified view is last view in the Add New Item row; otherwise, false.

isLeftFixedColumnBorder Boolean

true, if the specified view belongs to the last column fixed to the left; otherwise, false.

isRightFixedColumnBorder Boolean

true, if the specified view belongs to the first column fixed to the right; otherwise, false.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also