0
我需要在BOLD顯示顯示名稱。這是在WPF中。在WPF中加入顯示名稱
}
string fDisplayName;
[Persistent("DISPLAY_NAME")]
public string DisplayName
{
get { return fDisplayName; }
set { SetPropertyValue<string>("DisplayName", ref fDisplayName, value); }
}
使用AppointmentLabel = DevExpress.Xpf.Scheduler.AppointmentLabel; 使用Resource = DevExpress.XtraScheduler.Resource;
ASP.Net與WPF完全相反。 – SLaks
在你的xaml中,使用FontWeight =「Bold」 – gleng