ListView.CreateInsertItem 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 an insert item in the ListView control.
protected:
virtual System::Web::UI::WebControls::ListViewItem ^ CreateInsertItem();
protected virtual System.Web.UI.WebControls.ListViewItem CreateInsertItem();
abstract member CreateInsertItem : unit -> System.Web.UI.WebControls.ListViewItem
override this.CreateInsertItem : unit -> System.Web.UI.WebControls.ListViewItem
Protected Overridable Function CreateInsertItem () As ListViewItem
The insert item that was created.
The ListView control does not have an InsertItemTemplate template specified.
The CreateInsertItem method is a helper method that is called by the ListView control to create an insert item. An insert item is a ListViewItem object whose ItemType is equal to ListViewItemType.InsertItem.
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: