首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

Devexpress SchedulerControl解决思路

2012-03-23 
Devexpress SchedulerControl在SchedulerControl中自定义事件中的ResourceId 赋值没有效果在自定义事件中

Devexpress SchedulerControl
在SchedulerControl中自定义事件中的ResourceId 赋值没有效果
在自定义事件中用 AppointmentMappingInfo mappings = this.schedulerStorage1.Appointments.Mappings;
  mappings.Start = "StartTime";
  mappings.End = "EndTime";
  mappings.Subject = "Subject";
  mappings.AllDay = "AllDay";
  mappings.ResourceId = "ResourceId";
这样来绑定我给其对象的其他属性赋值事件上时有变化的 唯独给 ResourceId赋值的时候其中的ResourceId一直都是None
哪位大神指点下啊

[解决办法]
我来接分了。
[解决办法]
我建议你看一下这个控件自带的Demo的代码,会有很大收获的。
[解决办法]
建议上 dev的官网:http://www.devexpress.com/Support/Center/

热点排行