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