Skip to main content
A newer version of this page is available. .

ASPxScheduler.RenderControl(HtmlTextWriter) Method

Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public override void RenderControl(
    HtmlTextWriter writer
)

Parameters

Name Type Description
writer HtmlTextWriter

The HtmlTextWriter object that receives the control content.

Remarks

For internal use only.

See Also