Interface ICalendar
ICalendar interface.
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public interface ICalendar
Methods
AddDatesInPast()
Adds the dates in past.
Declaration
void AddDatesInPast()
AddDatesInPast(Object)
Adds the dates in past.
Declaration
void AddDatesInPast(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object. |
CollapseInlineView(DateTime)
Collapses the inline view.
Declaration
void CollapseInlineView(DateTime date)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
CollapseInlineView(DateTime, Object)
Collapses the inline view.
Declaration
void CollapseInlineView(DateTime date, object obj)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
System.Object | obj | Object. |
ExpandInlineView(DateTime)
Expands the inline view.
Declaration
void ExpandInlineView(DateTime date)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
ExpandInlineView(DateTime, Object)
Expands the inline view.
Declaration
void ExpandInlineView(DateTime date, object obj)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
System.Object | obj | Object. |
MoveToDate(DateTime)
Moves to date.
Declaration
void MoveToDate(DateTime date)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
MoveToDate(DateTime, Object)
Moves to date.
Declaration
void MoveToDate(DateTime date, object obj)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | Date. |
System.Object | obj | Object. |
Refresh()
Refreshing the calendar data.
Declaration
void Refresh()
Refresh(Object)
Refreshing the calendar data.
Declaration
void Refresh(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object. |