Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法直接在 aDateTimePicker而不是在 aDateTime中设置 minValue 我使用 WPF 和 dotnet 4.0。
DateTimePicker
DateTime
这可能是你的答案。
<DatePicker Grid.Row="2" DisplayDateStart="1/1/2013" DisplayDateEnd="5/10/2013" />
如果没有,请提供更详细的问题。