ListView.CreateControlStyle Método

Definición

Crea el estilo predeterminado para el control .

protected:
 override System::Web::UI::WebControls::Style ^ CreateControlStyle();
protected override System.Web.UI.WebControls.Style CreateControlStyle();
override this.CreateControlStyle : unit -> System.Web.UI.WebControls.Style
Protected Overrides Function CreateControlStyle () As Style

Devoluciones

Estilo del ListView control.

Excepciones

Se intentó invocar el CreateControlStyle() método .

Comentarios

El control no admite las propiedades de ListView estilo. Si intenta llamar al CreateControlStyle método , se produce una NotSupportedException excepción.

Se aplica a

Consulte también