The separators property (array) defines separators displayed by the JavaScript Scheduler component.
DayPilot.Scheduler.separators (array)nullSeparator object structure:
cssClass (string)
color (string)
layer (string) - "AboveEvents" | "BelowEvents" (default value is "BelowEvents")
location (DayPilot.Date)
opacity (number) - in percent (0-100)
toolTip (string) - separator tooltip text (available since 2023.3.5731)
width (number) - default value 1 (pixel)
dps.separators = [
{
color:"red",
location:"2025-03-29T00:00:00",
layer: "BelowEvents"
}
];
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot