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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.