MindFusion.Silverlight Package Programmer's Guide
ItemPresenter Class
Remarks See Also
 





Defines the base class of custom item presenter classes.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public class ItemPresenter : Control

Visual Basic  Copy Code

Public Class ItemPresenter
    Inherits Control

 Remarks

This 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 Template. For information how to derive custom classes from ItemPresenter, check the Creating New Item Presenter.

 Inheritance Hierarchy

System.Object
    System.Windows.DependencyObject
        System.Windows.UIElement
            System.Windows.FrameworkElement
                System.Windows.Controls.Control
                    MindFusion.Scheduling.Silverlight.ItemPresenter

 See Also

ItemPresenter Members
MindFusion.Scheduling.Silverlight Namespace