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

Namespace: DayPilot.Web.Ui.Design
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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