This question is locked. New answers and comments are not allowed.
So a data template in the calendar looks like:
Is there a way to get more than the "Label". For example, can one know the exact day of the cell?
<local:CustomStyleSelector.SelectedEvent> <DataTemplate> <Grid> <TextBlock Foreground="#FF3399FF" FontSize="15" HorizontalAlignment="Right" FontFamily="Segoe UI Symbol" Text="" /> <TextBlock Text="{Binding Label}" Foreground="#FF3399FF" FontSize="13.333" VerticalAlignment="Bottom" Margin="6,0,0,4" /> </Grid> </DataTemplate> </local:CustomStyleSelector.SelectedEvent>Is there a way to get more than the "Label". For example, can one know the exact day of the cell?