Class SchedulerTimescalesMenuItem
Represents a menu item in the context menu of a RadScheduler with add Timescales property.
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 SchedulerScaleRangeMenuItem.
Declaration
public SchedulerTimescalesMenuItem(string command, string text, Timescales timescale)
Parameters
System.String
command
A command used for distinguishing different menu items. |
System.String
text
The text to be displayed in the menu item. |
Timescales
timescale
The Timescales this item would set to the RadScheduler SchedulerTimelineView. |
Properties
Timescale
Gets the Timescales set for this menu item.
Declaration
public Timescales Timescale { get; }
Property Value
Timescales
|