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