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.Ui.Events.Calendar
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public string ColumnId { get; }
Visual Basic
Public ReadOnly Property ColumnId As String
	Get
Visual C++
public:
property String^ ColumnId {
	String^ get ();
}

See Also