C# Class SenseNet.Portal.UI.Controls.ListGrid

Inheritance: System.Web.UI.WebControls.ListView
Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
RenderBeginTag ( System writer ) : void
RenderEndTag ( System writer ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderBeginTag() public method

public RenderBeginTag ( System writer ) : void
writer System
return void

RenderEndTag() public method

public RenderEndTag ( System writer ) : void
writer System
return void