Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141932 | Jan 10,2019 10:01 PM UTC | Jan 14,2019 08:12 AM UTC | WPF | 3 |
![]() |
Tags: CalendarEdit |
<Window
xmlns:local="clr-namespace:WpfApp1"
mc:Ignorable="d"
xmlns:system="clr-namespace:System;assembly=mscorlib"
Title="MainWindow" Height="450" Width="800">
<Grid>
<syncfusion:CalendarEdit Grid.Column="0" Grid.Row="0"
x:Name="calendarEdit"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Width="350"
Height="300">
<syncfusion:CalendarEdit.BlackoutDates>
<syncfusion:BlackoutDatesRange StartDate="1/01/1900" EndDate="{x:Static system:DateTime.Today}"/>
<syncfusion:BlackoutDatesRange StartDate="1/20/2019" EndDate="2/13/2020"/>
</syncfusion:CalendarEdit.BlackoutDates>
</syncfusion:CalendarEdit>
</Grid>
</Window>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.