UIUpdateContext
Class
Provides the base class from which the classes that represent UI update contexts are derived.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public abstract class UIUpdateContext
Inheritance: objectUIUpdateContext
Derived Classes:
Constructors
Initializes a new instance of the UIUpdateContext class.
C#
protected UIUpdateContext(IUILayerOwner owner, SheetViewport sheetViewport, Size scaleFactor)
The owner.
sheetViewportSheetViewportThe sheetViewport.
scaleFactorSizeThe scale factor.
Properties
Gets the owner.
C#
public IUILayerOwner Owner { get; }
The owner.
Gets the scale factor.
C#
public Size ScaleFactor { get; }
The scale factor.
SheetViewport
SheetViewport
Gets the sheet viewport.
C#
public SheetViewport SheetViewport { get; }
The sheet viewport.