DataBoundControl::ItemType Property
.NET Framework (current version)
Gets or sets the name of the data item type for strongly typed data binding.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property String^ ItemType { virtual String^ get(); virtual void set(String^ value); }
Setting this property enables the Item and BindItem data-binding expressions.
Setting this method automatically enables Dynamic Data functionality.
For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.
.NET Framework
Available since 4.5
Available since 4.5
Show: