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