Represents a root element of the visual tree generated for a week number slot of the C1Calendar control.

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

Syntax

C#
public class WeekNumberSlotPresenter : ListBoxItem
Visual Basic
Public Class WeekNumberSlotPresenter _
	Inherits ListBoxItem

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ContentControl
            SelectorItem
              ListBoxItem
                C1.Xaml.Calendar..::..WeekNumberSlotPresenter

See Also