Refreshes the Gantt control on the client side. Shows a message in the integrated message bar.

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

Syntax

C#
public void UpdateWithMessage(
	string message,
	CallBackUpdateType updateType
)
Visual Basic
Public Sub UpdateWithMessage ( _
	message As String, _
	updateType As CallBackUpdateType _
)
Visual C++
public:
void UpdateWithMessage(
	String^ message, 
	CallBackUpdateType updateType
)

Parameters

message
Type: System..::..String
Message to be displayed.
updateType
Type: DayPilot.Web.Ui.Enums..::..CallBackUpdateType

See Also