ClassTimeSpecialSlotContainer
Class
specialized in displaying TimeSpecialSlotControls.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class TimeSpecialSlotContainer : ItemsControl
Inheritance: objectTimeSpecialSlotContainer
Constructors
TimeSpecialSlotContainer()
Declaration
cs-api-definition
public TimeSpecialSlotContainer()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
cs-api-definition
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
The element that is used to display the given item.
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever
is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.