Repeater::ItemType Property
.NET Framework (current version)
The name of the model 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); }
If you set this property and use the SelectMethod property, the type that is returned by the Select method must be of the type specified by this property or must be capable of being cast to the type specified by this property.
Setting this property automatically enables Dynamic Data functionality.
.NET Framework
Available since 4.5
Available since 4.5
Show: