Interface
ISchedulerWindow

Represents the SchedulerWindow control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface ISchedulerWindow : IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: SchedulerWindowSchedulerWindow

Inherited Members IRadWindow.Close()IRadWindow.Maximize()IRadWindow.Minimize()IRadWindow.Restore()IRadWindow.MoveBy(int, int)IRadWindow.Resize(OffsetReference, int, int)IRadWindow.ResizeUp(int)IRadWindow.ResizeDown(int)IRadWindow.ResizeLeft(int)IRadWindow.ResizeRight(int)IRadWindow.ResizeUpLeft(int, int)IRadWindow.ResizeUpRight(int, int)IRadWindow.ResizeDownLeft(int, int)IRadWindow.ResizeDownRight(int, int)IRadWindow.TitleIRadWindow.IsActiveWindowIRadWindow.IsOpenIRadWindow.IsModalIRadWindow.IsMinimizedIRadWindow.IsMaximizedIRadWindow.TopIRadWindow.TopOffsetIRadWindow.LeftOffsetIRadWindow.LeftIRadWindow.RestoreMinimizedLocationIRadWindow.CanCloseIRadWindow.CanMoveIControl.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

CancelButton

Get the Cancel button in the SchedulerWindow.

Declaration

cs-api-definition
IRadButton CancelButton { get; }

Property Value

IRadButton

OKButton

Get the OK button in the SchedulerWindow.

Declaration

cs-api-definition
IRadButton OKButton { get; }

Property Value

IRadButton

In this article
DefinitionPropertiesCancelButtonOKButton
Not finding the help you need?
Contact Support