-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
awaiting-authorAwaiting a respose from the authorAwaiting a respose from the authorenhancementNew feature or requestNew feature or requestquestionA question to be answeredA question to be answered
Description
Hello, i have a problem with some logic, how can i pass here DateTime of a day instead static one 9-2-2023 ?
<xc:CalendarView.DayTemplate>
<DataTemplate x:DataType="{x:Type xcModels:CalendarDay}">
<Border
Margin="2.5"
BackgroundColor="{Binding BindingContext.ObservableParameters[9-2-2023], Source={x:Reference This},or how i can make it in c#?
new CalendarView{ VerticalOptions = LayoutOptions.Start}
.Bind(CalendarView.DaysProperty, static(WorkDayViewModel vm) => vm.Calendar.Days)
.Bind(CalendarView.DaysOfWeekProperty, static(WorkDayViewModel vm) => vm.Calendar.DayNamesOrder)i can't make children of it and this solution is faster i think
Metadata
Metadata
Assignees
Labels
awaiting-authorAwaiting a respose from the authorAwaiting a respose from the authorenhancementNew feature or requestNew feature or requestquestionA question to be answeredA question to be answered