Class SchedulerScaleRangeMenuItem
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 SchedulerScaleRangeMenuItem : SchedulerMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
SchedulerScaleRangeMenuItem(String, String, ScaleRange)
Creates a new instance of the Scheduler
Declaration
public SchedulerScaleRangeMenuItem(string command, string text, ScaleRange scaleRange)
Parameters
System. A command used for distinguishing different menu items. |
System. The text to be displayed in the menu item. |
Scale The Scale |
Properties
ScaleRange
Gets the Scale
Declaration
public ScaleRange ScaleRange { get; }