我需要在此处以粗体显示显示名称。这是在 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;