Class Inline
Class for inline view
Inheritance
System.Object
Inline
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class Inline : Object
Constructors
Inline()
Declaration
public Inline()
Properties
Calendar
Gets or sets the date of inline.
Declaration
public Calendar Calendar { get; set; }
Property Value
Type | Description |
---|---|
Java.Util.Calendar | The calendar. |
SfCalendar
Gets or sets the main calendar.
Declaration
public SfCalendar SfCalendar { get; set; }
Property Value
Type | Description |
---|---|
SfCalendar | The calendar value. |