SpecialSlot Template
By default the special slots are marked with a different background, so that they are easily noticable across the view. In addition you can show a content of your choice inside special slots through the SpecialSlotTemplate
property of the view definitions.
-
SpecialSlotTemplate
(DataTemplate
)—Defines the template of the special slots.
Here is a quick example how to apply a custom slot template to the Scheduler:
1. Add the template to the page resources:
2. Add the Scheduler definition with the SpecialSlotTemplate
applied:
Check the image below which shows the applied SpecialSlotTemplate
: