在WPF中标出显示名称

时间:2013-09-24 14:17:54

标签: c# wpf

我需要在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;

1 个答案:

答案 0 :(得分:0)

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