MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.ListViewHeaderClickScript Property
See Also
 





Gets or sets the name of a JavaScript function that should be invoked when the header in the ListView is clicked.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public string ListViewHeaderClickScript { get; set; }

Visual Basic  Copy Code

Public Property ListViewHeaderClickScript As String

 Property Value

A string that specifies a JavaScript function that will handle the ListViewHeaderClickScript client event. The default value is an empty string ("").

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace