SmartFullCalendarAdapter
Namespace: Wisej.AI.Adapters
Assembly: Wisej.AI
- C#
- VB.NET
public class SmartFullCalendarAdapter : SmartCalendarAdapter
Public Class SmartFullCalendarAdapter
Inherits 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.
| Parameter | Type | Description |
|---|---|---|
| control | Control | The control that has been created. |
This method initializes the FullCalendarTools with the associated FullCalendar control and then calls the base implementation.
Implements
| Name | Description |
|---|---|
| IToolProvider | Represents a provider that supplies tools. |