Interface
ITimeRulerPanel

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: TimeRulerPanelTimeRulerPanel

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

CurrentTimeIndicator

Gets the indicator that shows the current time.

Declaration

cs-api-definition
FrameworkElement CurrentTimeIndicator { get; }

Property Value

FrameworkElement

Orientation

Gets the orientation of the TimeRulerPanel.

Declaration

cs-api-definition
Orientation Orientation { get; }

Property Value

Orientation

TimeRulerItems

Get the list of TimeRuler items.

Declaration

cs-api-definition
IList<ITimeRulerItem> TimeRulerItems { get; }

Property Value

IList<ITimeRulerItem>

TimeRulerMonthViewItems

Get the list of TimeRulerMonthViewItem items.

Declaration

cs-api-definition
IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }

Property Value

IList<ITimeRulerMonthViewItem>

Methods

GetTimeRulerByText(string, bool)

Gets time ruler item by spesific text.

Declaration

cs-api-definition
ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)

Parameters

timeRulerText

string

The text of the time ruler item.

isExactMatch

bool

Indicates wheter to search by containing text or by exact match

Returns

ITimeRulerItem