Articles in this section
Category / Section

How to disable date selection in CalendarEdit control?

1 min read

The Selection of date from a calendar can be restricted by setting the property DisableDateSelection as true in CalendarEdit. This allows only to select Month and Year view.

<Grid>
  <syncfusion:CalendarEdit x:Name="calendar" Height="200" Width="180"
                           DisableDateSelection="True"/>
</Grid>

 

calendar.DisableDateSelection = true;

 

Output

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied