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
Assembly: Telerik.WebAii.Controls.Xaml.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
Implements
Orientation
Declaration
public Orientation Orientation { get; }
Property Value
Implements
TimeRulerItems
Declaration
public IList<ITimeRulerItem> TimeRulerItems { get; }
Property Value
System.
|
Implements
TimeRulerMonthViewItems
Declaration
public IList<ITimeRulerMonthViewItem> TimeRulerMonthViewItems { get; }
Property Value
System.
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|
Overrides
Implements
GetTimeRulerByText(String, Boolean)
Declaration
public ITimeRulerItem GetTimeRulerByText(string timeRulerText, bool isExactMatch)
Parameters
System.
|
System.
|