RepeatInfo.RepeatLayout Propriedade
Definição
Obtém ou define um valor que especifica se os itens são exibidos em uma tabela.Gets or sets a value specifying whether items are displayed in a table.
public:
property System::Web::UI::WebControls::RepeatLayout RepeatLayout { System::Web::UI::WebControls::RepeatLayout get(); void set(System::Web::UI::WebControls::RepeatLayout value); };
public System.Web.UI.WebControls.RepeatLayout RepeatLayout { get; set; }
member this.RepeatLayout : System.Web.UI.WebControls.RepeatLayout with get, set
Public Property RepeatLayout As RepeatLayout
Valor da propriedade
Um dos valores de enumeração RepeatLayout.One of the RepeatLayout enumeration values.
Exceções
O layout especificado não é um dos valores de enumeração de RepeatLayout.The specified layout is not one of the RepeatLayout enumeration values.
Comentários
Use a RepeatLayout propriedade para especificar se os itens são exibidos em uma tabela.Use the RepeatLayout property to specify whether the items are displayed in a table. Se essa propriedade for definida como Table , os itens na lista serão exibidos em uma tabela.If this property is set to Table, the items in the list are displayed in a table. Se essa propriedade for definida como Flow , os itens na lista serão exibidos sem uma estrutura de tabela.If this property is set to Flow, the items in the list are displayed without a table structure.