Repeater.ItemType Propriedade

Definição

O nome do tipo de modelo para vinculação de dados fortemente tipada.The name of the model type for strongly typed data binding.

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

Valor da propriedade

String

O nome do tipo de modelo.The name of the model type.

Atributos

Comentários

Se você definir essa propriedade e usar a SelectMethod propriedade, o tipo retornado pelo método Select deverá ser do tipo especificado por essa propriedade ou poderá ser capaz de ser convertido no tipo especificado por essa propriedade.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.

A definição dessa propriedade habilita automaticamente Dados Dinâmicos funcionalidade.Setting this property automatically enables Dynamic Data functionality.

Aplica-se a