Class SchedulerVisualElement
Represents a base class for all visual elements in Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerVisualElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
SchedulerVisualElement(RadScheduler, SchedulerView)
Initializes a new instance of the Scheduler
Declaration
public SchedulerVisualElement(RadScheduler scheduler, SchedulerView view)
Parameters
Rad The scheduler that will be using the element. |
Scheduler The view associated with the element. |
Properties
Scheduler
Gets the scheduler that uses this element.
Declaration
public RadScheduler Scheduler { get; }
Property Value
View
Gets the view associated with this element.
Declaration
public virtual SchedulerView View { get; }
Property Value
Scheduler The view. |
Methods
GetAgendaView()
If the associated view of this element is Scheduler
Declaration
public SchedulerAgendaView GetAgendaView()
Returns
GetDayViewBase()
If the associated view of this element is Scheduler
Declaration
public SchedulerDayViewBase GetDayViewBase()
Returns
GetMonthView()
If the associated view of this element is Scheduler
Declaration
public SchedulerMonthView GetMonthView()
Returns
GetMultiDayView()
If the associated view of this element is Scheduler
Declaration
public SchedulerMultiDayView GetMultiDayView()
Returns
GetTimelineView()
If the associated view of this element is Scheduler
Declaration
public SchedulerTimelineView GetTimelineView()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)