Interface
IRadSheetEditor

Represents RadSheet editor.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface IRadSheetEditor : ICommandDescriptorsProvider, ISheetEditor, IUILayerOwner

Inherited Members ICommandDescriptorsProvider.CommandDescriptors

Properties

AllowScaling

Gets or sets a value indicating whether scaling is allowed.

Declaration

cs-api-definition
bool AllowScaling { get; set; }

Property Value

bool

The value indicating whether scaling is allowed.

Owner

Gets or sets the owner.

Declaration

cs-api-definition
RadSpreadsheet Owner { get; set; }

Property Value

RadSpreadsheet

The owner.

ScaleFactor

Gets or sets the scale factor.

Declaration

cs-api-definition
Size ScaleFactor { get; set; }

Property Value

Size

The scale factor.

ScrollBarsProvider

Gets or sets the scroll bars provider.

Declaration

cs-api-definition
IScrollBarsProvider ScrollBarsProvider { get; set; }

Property Value

IScrollBarsProvider

The scroll bars provider.

SheetViewport

Gets the sheet viewport.

Declaration

cs-api-definition
SheetViewport SheetViewport { get; }

Property Value

SheetViewport

The sheet viewport.

Methods

Focus()

Focuses this instance.

Declaration

cs-api-definition
void Focus()

SetHorizontalOffset(double)

Sets the horizontal offset.

Declaration

cs-api-definition
void SetHorizontalOffset(double offset)

Parameters

offset

double

The offset.

SetVerticalOffset(double)

Sets the vertical offset.

Declaration

cs-api-definition
void SetVerticalOffset(double offset)

Parameters

offset

double

The offset.

UpdateLayout()

Updates the layout.

Declaration

cs-api-definition
void UpdateLayout()

Events

CommandDescriptorsChanged

Occurs when the command descriptors are changed.

Declaration

cs-api-definition
event EventHandler CommandDescriptorsChanged

Event Value

EventHandler

PreviewKeyDown

Occurs just before key down.

Declaration

cs-api-definition
event KeyEventHandler PreviewKeyDown

Event Value

KeyEventHandler

ScaleFactorChanged

Occurs when the scale factor is changed.

Declaration

cs-api-definition
event EventHandler ScaleFactorChanged

Event Value

EventHandler

UICommandError

Occurs on UI command error.

Declaration

cs-api-definition
event EventHandler<UICommandErrorEventArgs> UICommandError

Event Value

EventHandler<UICommandErrorEventArgs>

UICommandExecuted

Occurs when the UI command is executed.

Declaration

cs-api-definition
event EventHandler<UICommandExecutedEventArgs> UICommandExecuted

Event Value

EventHandler<UICommandExecutedEventArgs>

UICommandExecuting

Occurs when the UI command is executing.

Declaration

cs-api-definition
event EventHandler<UICommandExecutingEventArgs> UICommandExecuting

Event Value

EventHandler<UICommandExecutingEventArgs>