get_item_type
Description:
Gets the type of the items in this.
All items returned from get_item are of the type returned by this function, or a subtype, or if the type is an interface, they are an implementation of that interface.
The item type of a ListModel can not change during the life of the model.
Parameters:
this |
Returns:
the Type of the items contained in this. |