ListView.InstantiateGroupSeparatorTemplate(Control) Método
Definição
Popula o objeto Control especificado usando os controles filho contidos no modelo GroupSeparatorTemplate.Populates the specified Control object by using the child controls that are contained in the GroupSeparatorTemplate template.
protected:
virtual void InstantiateGroupSeparatorTemplate(System::Web::UI::Control ^ container);
protected virtual void InstantiateGroupSeparatorTemplate (System.Web.UI.Control container);
abstract member InstantiateGroupSeparatorTemplate : System.Web.UI.Control -> unit
override this.InstantiateGroupSeparatorTemplate : System.Web.UI.Control -> unit
Protected Overridable Sub InstantiateGroupSeparatorTemplate (container As Control)
Parâmetros
- container
- Control
O contêiner usado para armazenar os controles filho no modelo GroupSeparatorTemplate.The container that is used to store the child controls in the GroupSeparatorTemplate template.
Comentários
Esse método é usado principalmente pelos desenvolvedores de controle para estender o ListView controle.This method is primarily used by control developers to extend the ListView control.