Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public static RowInfo Create(
	string id
)
Visual Basic
Public Shared Function Create ( _
	id As String _
) As RowInfo
Visual C++
public:
static RowInfo^ Create(
	String^ id
)

Parameters

id
Type: System..::..String

See Also