You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xamarin-android/SfCalendar/Populating-Events.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,14 +125,16 @@ Agenda view mode
125
125
126
126
By using the [InlineAppointmentTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html) class of SfCalendar` control, you can customize the text size for the appointment details text in inline and agenda view.
127
127
128
+
The following code explains how to customize the InlineAppointmentTextSize in Calendar InlineView.

137
+
The following code explains how to customize the InlineAppointmentTextSize in Calendar AgendaView.
136
138
137
139
{% highlight c# %}
138
140
SfCalendar sfCalendar = new SfCalendar(this);
@@ -141,30 +143,29 @@ By using the [InlineAppointmentTextSize](https://help.syncfusion.com/cr/xamarin-
141
143
sfCalendar.ShowEventsInline = true;
142
144
{% endhighlight %}
143
145
144
-

145
-
146
146
### InlineAppointmentTimeTextSize
147
147
148
148
By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html) class of SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view.
149
149
150
+
The following code explains how to customize the InlineAppointmentTimeTextSize in Calendar InlineView.

159
+
160
+
The following code explains how to customize the InlineAppointmentTimeTextSize in Calendar AgendaView.

167
-
168
+
168
169
## Getting inline/agenda view appointment details
169
170
170
171
Using `InlineEvent` property from the `InlineItemTappedEventArgs` argument of `InlineItemTapped` event, you can get the month inline/agenda appointments details while tapping the specific appointment in inline/agenda view.
0 commit comments