Class WorksheetPresenterBase
Provides base for the worksheet presenter classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class WorksheetPresenterBase : ControlBase, IWorksheetPresenterBase
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
System.Double
The horizontal offset. |
Implements
SheetViewport
Gets the sheet viewport.
Declaration
public SheetViewport SheetViewport { get; protected set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Layout.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
System.Double
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 Type
System.EventHandler
|