ResourceHeaderClickHandling options.

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

Syntax

C#
public enum RowCreateHandlingType
Visual Basic
Public Enumeration RowCreateHandlingType
Visual C++
public enum class RowCreateHandlingType

Members

Member nameValueDescription
Enabled0 This functionality is enabled. Only the client-side event handler will be fired.
Disabled1 This functionality is disabled.
CallBack2 The user action will call an AJAX CallBack event.
PostBack3 The user action will call a PostBack event.

See Also