Interface IWorksheetPresenterBase
Describes the members of the worksheet presenter classes.
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IWorksheetPresenterBase
Properties
HorizontalOffset
Gets the horizontal offset.
Declaration
double HorizontalOffset { get; }
Property Value
System. The horizontal offset. |
SheetViewport
Gets the sheet viewport.
Declaration
SheetViewport SheetViewport { get; }
Property Value
Telerik. The sheet viewport. |
UILayers
Gets the UI layers.
Declaration
UILayerStack<WorksheetUILayerBase> UILayers { get; }
Property Value
UILayer The UI layers. |
VerticalOffset
Gets the vertical offset.
Declaration
double VerticalOffset { get; }
Property Value
System. The vertical offset. |
Methods
InvalidateLayout()
Invalidates the layout.
Declaration
void InvalidateLayout()
Events
SheetViewportChanged
Occurs when the SheetViewport is changed.
Declaration
event EventHandler SheetViewportChanged
Event Type
System.
|