Repeater.ItemType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于强类型绑定的模型类的名称。
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
属性值
模型类型的名称。
- 属性
注解
如果设置此属性并使用 SelectMethod 该属性,则 Select 方法返回的类型必须是此属性指定的类型,或者必须能够转换为此属性指定的类型。
设置此属性会自动启用动态数据功能。