Interface ITimeRulerPanel
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface ITimeRulerPanel : IControl, IFrameworkElement, ITargetElement
Properties
CurrentTimeIndicator
Orientation
TimeRulerItems
Declaration
IList<ITimeRulerItem> TimeRulerItems { get; }
Property Value
System.Collections.Generic.IList<ITimeRulerItem>
|
TimeRulerMonthViewItems
Declaration
IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }
Property Value
System.Collections.Generic.IList<ITimeRulerMonthViewItem>
|
Methods
GetTimeRulerByText(String, Boolean)
Declaration
ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)
Parameters
System.String
timeRulerText
|
System.Boolean
isExactMatch
|
Returns
ITimeRulerItem
|