InterfaceITimeRulerPanel
Interface
Represents the ITimeRulerPanel control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface ITimeRulerPanel : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CurrentTimeIndicator
Gets the indicator that shows the current time.
Declaration
cs-api-definition
FrameworkElement CurrentTimeIndicator { get; }
Property Value
Orientation
Gets the orientation of the TimeRulerPanel.
TimeRulerItems
Get the list of TimeRuler items.
Declaration
cs-api-definition
IList<ITimeRulerItem> TimeRulerItems { get; }
Property Value
TimeRulerMonthViewItems
Get the list of TimeRulerMonthViewItem items.
Declaration
cs-api-definition
IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }
Property Value
Methods
GetTimeRulerByText(string, bool)
Gets time ruler item by spesific text.
Declaration
cs-api-definition
ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)
Parameters
timeRulerText
The text of the time ruler item.
isExactMatch
Indicates wheter to search by containing text or by exact match
Returns