We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Which color properties to set?


what is the color property for the purple date?

1 Reply

IR Indumathi Ravichandran Syncfusion Team October 28, 2019 06:50 AM UTC

Hi Malcolm, 
 
Thank you for contacting Syncfusion support. 
 
Based on the provided information your requirement is “Change the date text color in AgendaView in Calendar” and it can be achieved by AgendaSelectedDateColor property of MonthViewSettings. We have prepared the simple sample for the same. Please find the sample from the following link, 
 
 
User Guide documenatation link, 
 
Also, we have attached the code snippet for the same, 
 
XAML: 
   <calendar:SfCalendar x:Name="calendar"  
                         DataSource="{Binding Appointments}"  
                         ShowInlineEvents="true" 
                         InlineViewMode="Agenda"> 
        <calendar:SfCalendar.MonthViewSettings> 
            <calendar:MonthViewSettings AgendaSelectedDateColor="Red"/> 
        </calendar:SfCalendar.MonthViewSettings> 
   
We hope that this helps you. Please let us know if you need any further assistance. 
 
Regards, 
Indumathi R 


Loader.
Live Chat Icon For mobile
Up arrow icon