ListView.CreateItem(ListViewItemType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ListViewItem object with the specified type.
protected:
virtual System::Web::UI::WebControls::ListViewItem ^ CreateItem(System::Web::UI::WebControls::ListViewItemType itemType);
protected virtual System.Web.UI.WebControls.ListViewItem CreateItem (System.Web.UI.WebControls.ListViewItemType itemType);
abstract member CreateItem : System.Web.UI.WebControls.ListViewItemType -> System.Web.UI.WebControls.ListViewItem
override this.CreateItem : System.Web.UI.WebControls.ListViewItemType -> System.Web.UI.WebControls.ListViewItem
Protected Overridable Function CreateItem (itemType As ListViewItemType) As ListViewItem
Parameters
- itemType
- ListViewItemType
One of the ListViewItemType values.
Returns
A ListViewItem object with the specified type.
Remarks
The CreateItem method is a helper method that is called by the ListView control to create a ListViewItem object.
Note
This method is primarily used by control developers to extend the ListView control.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.