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