Interface
IWorksheetPresenterBase

Describes the members of the worksheet presenter classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface IWorksheetPresenterBase

Properties

HorizontalOffset

Gets the horizontal offset.

Declaration

cs-api-definition
double HorizontalOffset { get; }

Property Value

double

The horizontal offset.

SheetViewport

Gets the sheet viewport.

Declaration

cs-api-definition
SheetViewport SheetViewport { get; }

Property Value

SheetViewport

The sheet viewport.

UILayers

Gets the UI layers.

Declaration

cs-api-definition
UILayerStack<WorksheetUILayerBase> UILayers { get; }

Property Value

UILayerStack<WorksheetUILayerBase>

The UI layers.

VerticalOffset

Gets the vertical offset.

Declaration

cs-api-definition
double VerticalOffset { get; }

Property Value

double

The vertical offset.

Methods

InvalidateLayout()

Invalidates the layout.

Declaration

cs-api-definition
void InvalidateLayout()

Events

SheetViewportChanged

Occurs when the SheetViewport is changed.

Declaration

cs-api-definition
event EventHandler SheetViewportChanged

Event Value

EventHandler