ここで表示名を太字で表示する必要があります。これは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;