﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - How to use UXCalendar to bind data with Events Property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-UXCalendar-to-bind-data-with-Events-Property/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to use UXCalendar to bind data with Events Property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-UXCalendar-to-bind-data-with-Events-Property/</link><pubDate>Thu, 16 May 2013 03:57:32 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The snippet code below shows how &lt;em&gt;to add event using Events property of UXCalendar&lt;/em&gt;.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXCalendar DisplayDate="12/01/2013" SelectionMode="MultipleRange"
    CalendarViewCount="3" x:Name="UXCalendar1"&amp;gt;
    &amp;lt;Intersoft:UXCalendar.Events&amp;gt;
        &amp;lt;Intersoft:UXCalendarEventItem StartDate="12/25/2013" EndDate="12/25/2013"
            EventType="Holiday" Description="Christmas" /&amp;gt;
    &amp;lt;/Intersoft:UXCalendar.Events&amp;gt;
&amp;lt;/Intersoft:UXCalendar&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;a href="http://www.intersoftpt.com/Support/ClientUI/Docs/Intersoft.Client.UI.Aqua.UXInput~Intersoft.Client.UI.Aqua.UXInput.UXCalendar~EventsSource.html" target="_blank"&gt;&lt;strong&gt;EventsSource&lt;/strong&gt;&lt;/a&gt; property gets or sets a collection that is used to generate the events of UXCalendar control. Different from EventsSource property, the &lt;a href="http://www.intersoftpt.com/Support/ClientUI/Docs/Intersoft.Client.UI.Aqua.UXInput~Intersoft.Client.UI.Aqua.UXInput.UXCalendar~Events.html" target="_blank"&gt;&lt;strong&gt;Events&lt;/strong&gt;&lt;/a&gt; property gets a collection of events in which the item can be an event, holiday, or blackout (read-only property; doesn’t have setter).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to use UXCalendar to bind data with Events Property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-UXCalendar-to-bind-data-with-Events-Property/</link><pubDate>Mon, 13 May 2013 21:18:55 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;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!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>