Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions xamarin-android/SfCalendar/Populating-Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca

{% endhighlight %}

![InlineView with InlineAppointmentTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-InlineView-InlineAppointmentTextSize.png)

The following code explains how to customize the InlineAppointmentTextSize in Calendar AgendaView.

{% highlight c# %}
Expand All @@ -147,6 +149,8 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca

{% endhighlight %}

![AgendaView with InlineAppointmentTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-AgendaView-InlineAppointmentTextSize.png)

### InlineAppointmentTimeTextSize

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.
Expand All @@ -162,6 +166,7 @@ The following code explains how to customize the InlineAppointmentTimeTextSize i

{% endhighlight %}

![InlineView with InlineAppointmentTimeTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-InlineView-InlineAppointmentTimeTextSize.png)

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

Expand All @@ -173,6 +178,8 @@ The following code explains how to customize the InlineAppointmentTimeTextSize i
sfCalendar.ShowEventsInline = true;

{% endhighlight %}

![AgendaView with InlineAppointmentTimeTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-AgendaView-InlineAppointmentTimeTextSize.png)

## Getting inline/agenda view appointment details

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.