ClassTimeRulerPanel
The ScheduleView TimeRulerPanel wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class TimeRulerPanel : Control, IAutomationPeer, IPeerConverter, ITimeRulerPanel, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTimeRulerPanel
Implements:
Inherited Members
Constructors
TimeRulerPanel()
Initializes a new instance of the TimeRulerPanel class.
Declaration
public TimeRulerPanel()
Properties
CurrentTimeIndicator
Gets the indicator that shows the current time.
Declaration
public FrameworkElement CurrentTimeIndicator { get; }
Property Value
Implements
Orientation
Gets the orientation of the TimeRulerPanel.
Declaration
public Orientation Orientation { get; }
Property Value
Implements
TimeRulerItems
Get the list of TimeRuler items.
Declaration
public IList<ITimeRulerItem> TimeRulerItems { get; }
Property Value
Implements
TimeRulerMonthViewItems
Get the list of TimeRulerMonthViewItem items.
Declaration
public IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
GetTimeRulerByText(string, bool)
Gets time ruler item by spesific text.
Declaration
public ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)
Parameters
timeRulerText
isExactMatch
Indicates wheter to search by containing text or by exact match
Returns
Implements