An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with week numbers will appear.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public class WeekNumbersPresenter : ListBox
Visual Basic
Public Class WeekNumbersPresenter _
	Inherits ListBox

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ItemsControl
            Selector
              ListBox
                C1.Xaml.Calendar..::..WeekNumbersPresenter

See Also