Skip to content

Commit b92997a

Browse files
Merge pull request #3567 from syncfusion-content/Issuefix
969343-Updated fix for the highlight issue in scheduler ug
2 parents 301cb73 + a41b2e7 commit b92997a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Scheduler/resource-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The number of resources shown in the day, week, and work week views can be contr
184184
</schedule:SfScheduler.ResourceView>
185185
</schedule:SfScheduler>
186186
{% endhighlight %}
187-
{% highlight tabtitle="MainPage.xaml.cs" C# hl_lines="12" %}
187+
{% highlight c# tabtitle="MainPage.xaml.cs" hl_lines="12" %}
188188
var Resources = new ObservableCollection<SchedulerResource>()
189189
{
190190
new SchedulerResource() { Name = "Sophia", Foreground = Colors.White, Background = Colors.LightGreen, Id = "1000" },

0 commit comments

Comments
 (0)