Repeater.ItemType 属性

定义

用于强类型绑定的模型类的名称。

public:
 virtual property System::String ^ ItemType { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string ItemType { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ItemType : string with get, set
Public Overridable Property ItemType As String

属性值

String

模型类型的名称。

属性

注解

如果设置此属性并使用 SelectMethod 该属性,则 Select 方法返回的类型必须是此属性指定的类型,或者必须能够转换为此属性指定的类型。

设置此属性会自动启用动态数据功能。

适用于