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

Devexpress SchedulerControl控件中自定义事件有关问题

2012-03-30 
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
哪位大神指点下啊

[解决办法]
C# - spring
你可以在create和show事件中试试呀
[解决办法]
还有一个方法
就是直接修改“属性”试试
[解决办法]
兄弟,具体的细节已给你mail啦,能够显示出来啦.

热点排行