Defines the base class of custom item presenter classes.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public class ItemPresenter : Control, IWeakEventListener |
Visual Basic
Copy Code
|
|---|
Public Class ItemPresenter |
RemarksThis class defines the presentation of an Item within the Calendar control. You can think of this class as a mediator between the data (Item) and the presentation layer (Calendar). For information how to define a custom template for the presenter, check Creating New Item TemplateCreating New Item TemplateItemPresenter, check the Creating New Item Presenter.
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
MindFusion.Scheduling.Wpf.ItemPresenter
See Also