Scheduler for WPF and Silverlight | ComponentOne
XAML Quick Reference / EX: Bind C1Scheduler to C1Calendar
In This Topic
    EX: Bind C1Scheduler to C1Calendar
    In This Topic

    The following XAML code binds C1Scheduler to a C1Calendar control:

    XAML
    Copy Code
    <c1:C1Calendar HorizontalAlignment="Left" Margin="34,51,0,0" Name="c1Calendar1" VerticalAlignment="Top" SelectedDate="{Binding Path=SelectedDateTime, ElementName=C1Scheduler1, Mode=TwoWay}" />