A control for displaying a monthly calendar.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "PART_DaysList", Type = typeof(ListBox))] [TemplatePartAttribute(Name = "PART_DaysOfWeekList", Type = typeof(ItemsControl))] public class Calendar : Control |
Visual Basic (Declaration) |
---|
<TemplatePartAttribute(Name := "PART_DaysList", Type := GetType(ListBox))> _ <TemplatePartAttribute(Name := "PART_DaysOfWeekList", Type := GetType(ItemsControl))> _ Public Class Calendar _ Inherits Control |
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
Mindscape.WpfPropertyGrid..::.Calendar
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
Mindscape.WpfPropertyGrid..::.Calendar