0

我需要在此处以粗体显示显示名称。这是在 WPF 中。

}

string fDisplayName;
[Persistent("DISPLAY_NAME")]
public string DisplayName
{
    get { return fDisplayName; }
    set { SetPropertyValue<string>("DisplayName", ref fDisplayName, value); }
}

使用 AppointmentLabel = DevExpress.Xpf.Scheduler.AppointmentLabel; 使用资源 = DevExpress.XtraScheduler.Resource;

4

1 回答 1

0

您提供的代码片段没有显示任何内容。持久性与存储有关,与显示无关。BOLD 和其他格式选项适用于字符串实际显示的时间。

于 2013-09-24T14:30:06.233 回答