Refreshes the month calendar object on the client side if necessary. 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
)
Visual Basic
Public Sub UpdateWithMessage ( _
	message As String _
)
Visual C++
public:
void UpdateWithMessage(
	String^ message
)

Parameters

message
Type: System..::..String
Message to be displayed.

See Also