CellBasedUILayer
Class
Provides the base class from which the classes that represent cell based UI layers are derived.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public abstract class CellBasedUILayer : BoxBasedUILayer<CellLayoutBox>, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseBoxBasedUILayer<CellLayoutBox>CellBasedUILayer...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected CellBasedUILayer()
Methods
Gets the visible boxes.
C#
protected override IEnumerable<CellLayoutBox> GetVisibleBoxes(ViewportPaneType viewportPaneType, WorksheetUIUpdateContextBase updateContext)
Type of the viewport pane.
updateContextWorksheetUIUpdateContextBaseThe update context.
Returns:IEnumerable<CellLayoutBox>
The visible boxes.
Overrides:
Determines whether the specified UI element box is valid.
C#
protected override bool IsUIElementValidOverride(CellLayoutBox box, WorksheetUIUpdateContextBase updateContext)
The box of the UI element.
updateContextWorksheetUIUpdateContextBaseThe update context.
Returns:True if valid.
Overrides: