Sorting expression for cell stacking mode, e.g. 'priority asc, name desc'.

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

Syntax

C#
public string EventSortExpression { get; set; }
Visual Basic
Public Property EventSortExpression As String
	Get
	Set
Visual C++
public:
property String^ EventSortExpression {
	String^ get ();
	void set (String^ value);
}

See Also