ClassTimeSlotItem
Represents the TimeSlotItem control.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class TimeSlotItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlListBoxItemTimeSlotItem
Implements:
Inherited Members
Constructors
TimeSlotItem()
Initializes a new instance of the TimeSlotItem class.
Declaration
public TimeSlotItem()
Properties
DayName
In Month view gets the displayed day name of this time slot.
IsInMonthView
Get whether the time slot item belongs to a month view scheduler presenter.
MonthDay
In Month view combines the month and day names of this time slot.
MonthName
In Month view gets the displayed month name of this time slot.
ShowMoreButtonVisibility
In Month or Timeline view gets the Visibility of the 'show more' button.
Declaration
public Visibility ShowMoreButtonVisibility { get; }
Property Value
Methods
OpenDay()
In Month view simulates user clicking on the time slot header to open the respective day.
Declaration
public void OpenDay()
ShowAllAppointments()
In Month or Timeline view simulates user clicking on the ShowMoreButton.
Declaration
public void ShowAllAppointments()