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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot