C# Class Rock.Reporting.Dashboard.DashboardWidget

Inheritance: Rock.Web.UI.RockBlock
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
RenderControl ( System writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Private Methods

Method Description
GetDivWidthCssClasses ( ) : List

Gets the div width CSS classes.

Method Details

RenderControl() public method

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System writer ) : void
writer System The object that receives the control content.
return void