Share via


ListView.CreateDefaultCell(Object) Method

Definition

Internal API for Microsoft.Maui.Controls platform use.

public:
 virtual Microsoft::Maui::Controls::Cell ^ CreateDefaultCell(System::Object ^ item);
public Microsoft.Maui.Controls.Cell CreateDefaultCell(object item);
abstract member CreateDefaultCell : obj -> Microsoft.Maui.Controls.Cell
override this.CreateDefaultCell : obj -> Microsoft.Maui.Controls.Cell
Public Function CreateDefaultCell (item As Object) As Cell

Parameters

item
Object

Internal parameter for platform use.

Returns

Implements

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to