Skip to main content

ILoadMoreViewCustomizer.LocateViewInRow(View, Rectangle) Method

Locates the specified view within the Load More panel’s bounds.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

void LocateViewInRow(
    View view,
    Rectangle cellBounds
)

Parameters

Name Type Description
view Xamarin.Forms.View

A Xamarin.Forms.View object, specifying the view to be located within the Load More panel.

cellBounds Xamarin.Forms.Rectangle

A Xamarin.Forms.Rectangle object, specifying the Load More panel’s bounds.

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