Home > Net >  Dev schedulerControl calendar control
Dev schedulerControl calendar control

Time:09-19

Data has been bound to the control, and now want to click on the button to get bound to the value in the control (selected), and how to deal with, the along while didn't understand.
The binding code is as follows:
 
For (int I=0; i {
The Appointment app=new DevExpress. XtraScheduler. The Appointment ();
App. AllDay=false;
App. LabelId=3;
//app. Location=list [I] f_ti_code;
App. The Location="";
App. Start=list [I] f_ti_implementtime. Value;
App. End=app. Start;
App. Subject=list [I]. [I] f_ti_name + "" + list are f_ti_implementtime. Value. ToString (HH: mm");
//app. StatusId=1;
App. The Description=list [I] pkid;
//set to true or show all day began to end time
App. AllDay=true;
SchedulerStorage1. Appointments. The Add (app);

}

CodePudding user response:

A list of attributes for the https://documentation.devexpress.com/WindowsForms/DevExpress.XtraScheduler.SchedulerControl.members can only see it

CodePudding user response:

reference 1st floor duanzi_peng response:
https://documentation.devexpress.com/WindowsForms/DevExpress.XtraScheduler.SchedulerControl.members can only watch it a list of attributes for the

I saw own DEMO, or didn't find, I look at it again, thank you.

CodePudding user response:

DEV's gantt chart how print is a gantt chart style?
  •  Tags:  
  • C#
  • Related