MindFusion.Scheduling for Silverlight Programmer's Guide
CellPresenter Class
Remarks See Also
 





Defines the presentation of cells in calendar views.

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

 Syntax

C#  Copy Code

public class CellPresenter : Control

Visual Basic  Copy Code

Public Class CellPresenter
    Inherits Control

 Remarks

This class defines the presentation of view cells within the Calendar control. For information how to define a custom template for the presenter, check Creating New Cell TemplateCreating New Cell TemplateCellPresenter, check the Creating New Cell Presenter.

 Inheritance Hierarchy

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

 See Also

CellPresenter Members
MindFusion.Scheduling.Silverlight Namespace