Skip to main content

SmartFullCalendarAdapter

Namespace: Wisej.AI.Adapters

Assembly: Wisej.AI

public class SmartFullCalendarAdapter : SmartCalendarAdapter

Constructors

SmartFullCalendarAdapter()

Initializes a new instance of SmartFullCalendarAdapter.

Properties

FullCalendar

FullCalendar: Gets the FullCalendar control associated with this adapter.

This property retrieves the first FullCalendar control found within the adapter's controls collection.

Methods

OnControlCreated(control)

Called when a control is created within the adapter.

ParameterTypeDescription
controlControlThe control that has been created.

This method initializes the FullCalendarTools with the associated FullCalendar control and then calls the base implementation.

Implements

NameDescription
IToolProviderRepresents a provider that supplies tools.