标签: xamarin.forms
我想在后面的代码上更改Datepicker的值
dates.SetValue(BindableProperty?, DateTime.Now);
答案 0 :(得分:0)
使用Date属性
Date
dates.Date = DateTime.Now;