Hi Abdelhamid,
Thanks for your interest in Syncfusion Products.
Based on the provided information your requirement
can be achieved by using the “ScheduleType” property of schedule to hide the weekend days. For that please
refer the below code snippet.
Code snippet:
XAML
|
ScheduleType="WorkWeek"
|
<Schedule:SfSchedule x:Name="schedule" ScheduleType="WorkWeek"/>
|
And also you modify the non-working days of the week by using “NonWorkingDays”
property of schedule. For that please refer the below code snippet below.
Code snippet:
XAML
|
ScheduleType="WorkWeek" , NonWorkingDays="Sunday,Saturday"
|
<Schedule:SfSchedule x:Name="schedule" ScheduleType="WorkWeek" NonWorkingDays="Sunday,Saturday"
>
|
If the
provided solution doesn’t meet your requirement, please revert back with more
information along with screenshots (if possible) so that we could analyze on it and provide you better solution.
Please let us know, if you have any concerns.
Thanks,
Nijamudeen M.