ListView::ItemPlaceholderID Property
.NET Framework (current version)
Gets or sets the ID for the item placeholder in a ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified ID is null or an empty string. |
Use the ItemPlaceholderID property to specify an ID for the item placeholder. The item placeholder is the control that you add to the LayoutTemplate template (if you are not using groups) or to the GroupTemplate template (if you are using groups) to represent where the item will be rendered.
.NET Framework
Available since 3.5
Available since 3.5
Show: