MindFusion.Wpf Pack Programmer's Guide
CellPresenter Class
Remarks See Also
 





Defines the presentation of cells in calendar views.

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

 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.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            MindFusion.Scheduling.Wpf.CellPresenter

 See Also

CellPresenter Members
MindFusion.Scheduling.Wpf Namespace