C# Class Rock.Web.UI.Controls.NewGroupAttributes

Inheritance: System.Web.UI.WebControls.CompositeControl, INamingContainer
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
ClearRows ( ) : void

Clears the rows.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

Method Details

ClearRows() public method

Clears the rows.
public ClearRows ( ) : void
return void

RenderControl() public method

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
return void