add one more TextField

Asked by Hazel Mahmud
9 years ago.

hello how do i add one more TextField = "Location" in my code..

DayPilotCalendar1.ViewType = ViewTypeEnum.Day;
DayPilotCalendar1.DataStartField = "Start";
DayPilotCalendar1.DataEndField = "End";
DayPilotCalendar1.DataIdField = "Id";
DayPilotCalendar1.DataTextField = "Subject";
THIS FIELD --> DayPilotCalendar1.DataTextField = "Location";

please help..TQ so much..

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.