Generates the markup that is used to render the control at design time.

Namespace: DayPilot.Web.Ui.Design
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public override string GetDesignTimeHtml()
Visual Basic
Public Overrides Function GetDesignTimeHtml As String
Visual C++
public:
virtual String^ GetDesignTimeHtml() override

Return Value

The markup used to render the control at design time.

See Also