CreateItem Method

Creates a list item and binds it to the specified object.

protected virtual System.Web.UI.MobileControls.CreateItem(
   Object dataItem
)

Parameters

  • dataItem
    The list item to bind.

Remarks

Inheriting classes can override this method to provide a different way of creating an item, or can call this method to construct an item.

See Also

Applies to: ObjectList Class