Class SchedulerTimescalesMenuItem
Represents a menu item in the context menu of a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerTimescalesMenuItem : SchedulerMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
SchedulerTimescalesMenuItem(String, String, Timescales)
Creates a new instance of the Scheduler
Declaration
public SchedulerTimescalesMenuItem(string command, string text, Timescales timescale)
Parameters
System. A command used for distinguishing different menu items. |
System. The text to be displayed in the menu item. |
Timescales
timescale
The Timescales this item would set to the Rad |
Properties
Timescale
Gets the Timescales set for this menu item.
Declaration
public Timescales Timescale { get; }