ClassSchedulerWindow
Class
The ScheduleView SchedulerWindow wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class SchedulerWindow : RadWindow, IAutomationPeer, IPeerConverter, ISchedulerWindow, IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadWindowSchedulerWindow
Implements:
Inherited Members
Constructors
SchedulerWindow()
Initializes a new instance of the TimeRulerItem class.
Declaration
cs-api-definition
public SchedulerWindow()
Properties
CancelButton
Get the Cancel button in the SchedulerWindow.
Declaration
cs-api-definition
public IRadButton CancelButton { get; }
Property Value
Implements
OKButton
Get the OK button in the SchedulerWindow.
Declaration
cs-api-definition
public IRadButton OKButton { 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