Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to disable input for date picker WPF C#
thabet idris
7y
180
1
Reply
Is there any way to disable the users from manually typing in date into DatePicker field
but it should be able to pick a date by clicking the picker button
the XAML:
<DatePicker x:Name="DeliveryDate" VerticalAlignment="Center" SelectedDateFormat="Long" SelectedDate="{Binding DeliveryDate, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged }" />
Thanks,
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to do hover under the dropdown list
wpf projects create