MindFusion.Wpf Pack Programmer's Guide
Calendar.InteractiveItemType Property
See Also
 





Gets or sets the type of an Item-derived class whose instance should be created when a user starts typing while the calendar control has the keyboard focus.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Type InteractiveItemType { get; set; }

Visual Basic  Copy Code

Public Property InteractiveItemType As Type

 Property Value

An instance of the .NET Type class specifying what type of items to create when a user starts typing. The default is Appointment.

 Remarks

If this property is set to null (Nothing in Visual Basic), users cannot create items interactively.

 Note

If you implement custom Item-derived class, make sure it provides parameterless constructor. Otherwise, no items will be created.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
AllowInplaceEdit Property