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: 6.8.2460.0 (6.8.2460.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