Articles in this section
Category / Section

How to edit the Date in DateTimeEdit control ?

1 min read

You can change the value of DateTime in DateTimeEdit at run time by using KeyBoard and setting CanEdit to True.

XAML

<syncfusion:DateTimeEdit x:Name="datetime"  CanEdit="True" HorizontalAlignment="Center" VerticalAlignment="Center" Height="30" Width="100"/>

 

C#

datetime.CanEdit = true;

 

The following screenshot displays the DateTime as Editable at runtime in DateTimeEdit.

 

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