Interface IRadSheetEditor
Represents RadSheet editor.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IRadSheetEditor : ICommandDescriptorsProvider, ISheetEditor, IUILayerOwner
  Properties
AllowScaling
Gets or sets a value indicating whether scaling is allowed.
Declaration
bool AllowScaling { get; set; }
  Property Value
| 
        System.Boolean
         The value indicating whether scaling is allowed.  | 
    
Owner
Gets or sets the owner.
Declaration
RadSpreadsheetElement Owner { get; set; }
  Property Value
| 
        RadSpreadsheetElement
         The owner.  | 
    
ScaleFactor
Gets or sets the scale factor.
Declaration
Size ScaleFactor { get; set; }
  Property Value
| 
        System.Windows.Size
         The scale factor.  | 
    
ScrollBarsProvider
Gets or sets the scroll bars provider.
Declaration
IScrollBarsProvider ScrollBarsProvider { get; set; }
  Property Value
| 
        IScrollBarsProvider
         The scroll bars provider.  | 
    
SheetViewport
Gets the sheet viewport.
Declaration
SheetViewport SheetViewport { get; }
  Property Value
| 
        SheetViewport
         The sheet viewport.  | 
    
Methods
Focus()
Focuses this instance.
Declaration
void Focus()
  SetHorizontalOffset(Double)
Sets the horizontal offset.
Declaration
void SetHorizontalOffset(double offset)
  Parameters
| 
        System.Double
        offset
         The offset.  | 
    
SetVerticalOffset(Double)
Sets the vertical offset.
Declaration
void SetVerticalOffset(double offset)
  Parameters
| 
        System.Double
        offset
         The offset.  | 
    
UpdateLayout()
Updates the layout.
Declaration
void UpdateLayout()
  Events
CommandDescriptorsChanged
Occurs when the command descriptors are changed.
Declaration
event EventHandler CommandDescriptorsChanged
  Event Type
| 
        System.EventHandler
         
  | 
    
PreviewKeyDown
Occurs just before key down.
Declaration
event KeyEventHandler PreviewKeyDown
  Event Type
| 
        System.Windows.Input.KeyEventHandler
         
  | 
    
ScaleFactorChanged
Occurs when the scale factor is changed.
Declaration
event EventHandler ScaleFactorChanged
  Event Type
| 
        System.EventHandler
         
  | 
    
UICommandError
Occurs on UI command error.
Declaration
event EventHandler<UICommandErrorEventArgs> UICommandError
  Event Type
| 
        System.EventHandler<UICommandErrorEventArgs>
         
  | 
    
UICommandExecuted
Occurs when the UI command is executed.
Declaration
event EventHandler<UICommandExecutedEventArgs> UICommandExecuted
  Event Type
| 
        System.EventHandler<UICommandExecutedEventArgs>
         
  | 
    
UICommandExecuting
Occurs when the UI command is executing.
Declaration
event EventHandler<UICommandExecutingEventArgs> UICommandExecuting
  Event Type
| 
        System.EventHandler<UICommandExecutingEventArgs>
         
  |