Class TimeRulerPanel
Inheritance
System.Object
TimeRulerPanel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class TimeRulerPanel : Control, IAutomationPeer, IPeerConverter, ITimeRulerPanel, IControl, IFrameworkElement, ITargetElement
Constructors
TimeRulerPanel()
Declaration
public TimeRulerPanel()
Properties
CurrentTimeIndicator
Declaration
public FrameworkElement CurrentTimeIndicator { get; }
Property Value
FrameworkElement
|
Implements
Orientation
TimeRulerItems
Declaration
public IList<ITimeRulerItem> TimeRulerItems { get; }
Property Value
System.Collections.Generic.IList<ITimeRulerItem>
|
Implements
TimeRulerMonthViewItems
Declaration
public IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }
Property Value
System.Collections.Generic.IList<ITimeRulerMonthViewItem>
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetTimeRulerByText(String, Boolean)
Declaration
public ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)
Parameters
System.String
timeRulerText
|
System.Boolean
isExactMatch
|
Returns
ITimeRulerItem
|