Provides base for the worksheet presenter classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public abstract class WorksheetPresenterBase : ControlBase, IWorksheetPresenterBase
Inheritance: objectControlBaseWorksheetPresenterBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the WorksheetPresenterBase class.
C#
protected WorksheetPresenterBase()
Properties
Gets the horizontal offset.
C#
public double HorizontalOffset { get; protected set; }
The horizontal offset.
Implements:
SheetViewport
SheetViewport
Gets the sheet viewport.
C#
public SheetViewport SheetViewport { get; protected set; }
The sheet viewport.
Implements:
Gets the UI layers.
C#
public UILayerStack<WorksheetUILayerBase> UILayers { get; }
The UI layers.
Implements:
Gets the vertical offset.
C#
public double VerticalOffset { get; protected set; }
The vertical offset.
Implements:
Methods
Invalidates the layout.
C#
public virtual void InvalidateLayout()
Implements:
Called when the SheetViewport is changed.
C#
protected virtual void OnSheetViewportChanged()
Events
Occurs when the SheetViewport is changed.
C#
public event EventHandler SheetViewportChanged
Implements: