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.
在我的 WPF 应用程序中,我需要比较两个文本框字段(比如 startDate 和 enddate)——我没有使用 DatePicker——使用 Validation-Rules。
有没有解决方法来解决这个问题?
提前致谢...
您可以尝试为具有从 EndDate 绑定的日期属性的 StartDate 创建 2 个自定义验证规则,并且对于指向 startdate 的 EndDate 具有相同的属性。您还可以在您实施的每个验证规则中进行验证和比较。
我希望我很有表现力。我没有时间提供代码。如果我为我的应用程序做一个,我会在这里粘贴代码!