DayPilot.Event.tag(index)

The tag() method returns a custom event field using its numeric index.

Declaration

DayPilot.Event.tag(index)

Parameters

index (number) - field index based on the position in DataTagFields (ASP.NET WebForms).

Notes

The method returns the custom database field value associated with the current event.

Example

const firstValue = e.tag(0);

See Also

DayPilot.Event Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript