Event column. If DayPilotCalendar.ViewType is set to ViewTypeEnum.Resources it contains column id (DayPilotCalendar.DataColumnField property). Otherwise it contains day identification in YYYY-MM-DD format. Read-only.

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also