InterfaceIWorksheetPresenterBase
Interface
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
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
The vertical offset.
Methods
Events
SheetViewportChanged
Occurs when the SheetViewport is changed.