menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarInlineEvent - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarInlineEvent

    Handles calendar inline event

    Inheritance
    System.Object
    CalendarInlineEvent
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class CalendarInlineEvent : Object

    Constructors

    CalendarInlineEvent()

    Declaration
    public CalendarInlineEvent()

    Properties

    Color

    Gets or sets the color of the appointment.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    The color.

    EndTime

    Gets or sets the end time of the appointment.

    Declaration
    public Calendar EndTime { get; set; }
    Property Value
    Type Description
    Java.Util.Calendar

    The end time.

    IsAllDay

    Gets or sets a value indicating whether this CalendarInlineEvent is all day.

    Declaration
    public bool IsAllDay { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is all day; otherwise, false.

    StartTime

    Gets or sets the start time of the appointment.

    Declaration
    public Calendar StartTime { get; set; }
    Property Value
    Type Description
    Java.Util.Calendar

    The start time.

    Subject

    Gets or sets the subject of the appointment.

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String

    The subject.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved