我需要在BOLD中显示显示名称。这是在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;
答案 0 :(得分:0)
您提供的代码片段未显示任何内容。 持久性与存储有关,而与显示无关。 BOLD和其他格式选项适用于实际显示字符串的时间。