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 control ListView.

Excepciones

Se ha intentado invocar al método CreateControlStyle().

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