ClassTimeRulerItem
Class
The ScheduleView TimeRulerItem wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class TimeRulerItem : Control, IAutomationPeer, IPeerConverter, ITimeRulerItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTimeRulerItem
Implements:
Inherited Members
Constructors
TimeRulerItem()
Initializes a new instance of the TimeRulerItem class.
Declaration
cs-api-definition
public TimeRulerItem()
Properties
InnerTimeRulerItems
Gets all the TimeRuler items located in TimeRuler item with text.
Declaration
cs-api-definition
public IList<ITimeRulerItem> InnerTimeRulerItems { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements