MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemConverter.SupportedTypes Property
See Also
 





JavaScriptConverter.SupportedTypes override. Gets a collection of the supported types.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override IEnumerable<Type> SupportedTypes { get; }

Visual Basic  Copy Code

Public Overrides ReadOnly Property SupportedTypes As IEnumerable(Of Type)

 Property Value

A collection with Item and Appointment types that are supported by the ItemConverter.

 See Also

ItemConverter Members
ItemConverter Class
MindFusion.Scheduling.WebForms Namespace