Class
WorksheetPresenterBase

Provides base for the worksheet presenter classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class WorksheetPresenterBase : ControlBase, IWorksheetPresenterBase

Inheritance: objectControlBaseWorksheetPresenterBase

Derived Classes: RadWorksheetEditorPresenterBaseWorksheetPrintPresenter

Implements: IWorksheetPresenterBase

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

WorksheetPresenterBase()

Initializes a new instance of the WorksheetPresenterBase class.

Declaration

cs-api-definition
protected WorksheetPresenterBase()

Properties

HorizontalOffset

Gets the horizontal offset.

Declaration

cs-api-definition
public double HorizontalOffset { get; protected set; }

Property Value

double

The horizontal offset.

Implements IWorksheetPresenterBase.HorizontalOffset

SheetViewport

Gets the sheet viewport.

Declaration

cs-api-definition
public SheetViewport SheetViewport { get; protected set; }

Property Value

SheetViewport

The sheet viewport.

Implements IWorksheetPresenterBase.SheetViewport

UILayers

Gets the UI layers.

Declaration

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

Property Value

UILayerStack<WorksheetUILayerBase>

The UI layers.

Implements IWorksheetPresenterBase.UILayers

VerticalOffset

Gets the vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { get; protected set; }

Property Value

double

The vertical offset.

Implements IWorksheetPresenterBase.VerticalOffset

Methods

InvalidateLayout()

Invalidates the layout.

Declaration

cs-api-definition
public virtual void InvalidateLayout()

Implements IWorksheetPresenterBase.InvalidateLayout()

OnSheetViewportChanged()

Called when the SheetViewport is changed.

Declaration

cs-api-definition
protected virtual void OnSheetViewportChanged()

Events

SheetViewportChanged

Occurs when the SheetViewport is changed.

Declaration

cs-api-definition
public event EventHandler SheetViewportChanged

Event Value

EventHandler

Implements IWorksheetPresenterBase.SheetViewportChanged