Handling of column header click.

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

Syntax

C#
public UserActionHandling HeaderClickHandling { get; set; }
Visual Basic (Declaration)
Public Property HeaderClickHandling As UserActionHandling
Visual C++
public:
property UserActionHandling HeaderClickHandling {
	UserActionHandling get ();
	void set (UserActionHandling value);
}

See Also