[]
        
(Showing Draft Content)

C1.Android.Calendar.CalendarMonthsPanel

CalendarMonthsPanel Class

Panel that displays months.

Inheritance
CalendarMonthsPanel
Implements
Namespace: C1.Android.Calendar
Assembly: C1.Android.Calendar.dll
Syntax
public class CalendarMonthsPanel : CalendarSlotsPanel<CalendarMonthSlotInfo>, IDependencyObject
Public Class CalendarMonthsPanel
    Inherits CalendarSlotsPanel(Of CalendarMonthSlotInfo)
    Implements IDependencyObject

Constructors

Name Description
CalendarMonthsPanel(Context)

Initializes a new instance of the CalendarMonthsPanel class.

Methods

Name Description
GetSlots()

When overriden, it returns the slots that will be displayed.

See Also