iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,I just have another problems in UXCalendar,in the doucuments, it said we can add events to UXCalendar by using Events property or EventsSource property. I know how to use EventSource property to add event, but using Event property to add event puzzled me , would you give me a sample that using Event property add event? Thank you very much!
The snippet code below shows how to add event using Events property of UXCalendar.
<Intersoft:UXCalendar DisplayDate="12/01/2013" SelectionMode="MultipleRange" CalendarViewCount="3" x:Name="UXCalendar1"> <Intersoft:UXCalendar.Events> <Intersoft:UXCalendarEventItem StartDate="12/25/2013" EndDate="12/25/2013" EventType="Holiday" Description="Christmas" /> </Intersoft:UXCalendar.Events> </Intersoft:UXCalendar>
EventsSource property gets or sets a collection that is used to generate the events of UXCalendar control. Different from EventsSource property, the Events property gets a collection of events in which the item can be an event, holiday, or blackout (read-only property; doesn’t have setter).
This should helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname