ListView.CreateItem(ListViewItemType) Method
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
- itemType
- ListViewItemType
One of the ListViewItemType values.
A ListViewItem object with the specified type.
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.
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: