IRadWorksheetEditorPresenter
Represents RadWorksheetEditor presenter.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public interface IRadWorksheetEditorPresenter : IWorksheetPresenterBase
Derived Classes:
Inherited Members
Properties
Gets or sets the owner.
RadWorksheetEditor Owner { get; set; }
The owner.
Gets the pointer handlers controller.
PointerHandlersController PointerHandlersController { get; }
The pointer handlers controller.
Gets or sets the scroll bars provider.
IScrollBarsProvider ScrollBarsProvider { get; set; }
The scroll bars provider.
Gets the value indicating if should show selection markers.
bool ShouldShowSelectionMarkers { get; }
The value indicating if should show selection markers.
Methods
Brings the into view.
Focuses this instance.
void Focus()
Hides the drop marker.
void HideDropMarker()
Hides the selection markers.
void HideSelectionMarkers()
Moves the drop marker.
Sets the horizontal offset.
Sets the vertical offset.
Shows the drop marker.
Shows the selection markers.
void ShowSelectionMarkers()
Updates the view port so the top left cell index is the desired one.
void UpdateToViewWithTopLeftCellIndex(CellIndex topLeftCellIndex)
The desired index of the top left visible cell.
Events
Occurs when the UI is updated.
event EventHandler<WorksheetUIUpdatedEventArgs> UIUpdated