Creates or identifies the element used to display the specified item.

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

Syntax

C#
protected override DependencyObject GetContainerForItemOverride()
Visual Basic
Protected Overrides Function GetContainerForItemOverride As DependencyObject

Return Value

The new instance of WeekNumberSlotPresenter class.

See Also