Defines the presentation of cells in calendar views.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public class CellPresenter : Control |
Visual Basic
Copy Code
|
|---|
Public Class CellPresenter |
RemarksThis 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 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.CellPresenter
See Also