ClassCellBasedUILayer
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:
cs-api-definition
public abstract class CellBasedUILayer : BoxBasedUILayer<CellLayoutBox>, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseBoxBasedUILayer<CellLayoutBox>CellBasedUILayer
Derived Classes:
Implements:
Inherited Members
Constructors
CellBasedUILayer()
Declaration
cs-api-definition
protected CellBasedUILayer()
Methods
GetVisibleBoxes(ViewportPaneType, WorksheetUIUpdateContextBase)
Gets the visible boxes.
Declaration
cs-api-definition
protected override IEnumerable<CellLayoutBox> GetVisibleBoxes(ViewportPaneType viewportPaneType, WorksheetUIUpdateContextBase updateContext)
Parameters
viewportPaneType
Type of the viewport pane.
updateContext
The update context.
Returns
IEnumerable<CellLayoutBox>
The visible boxes.
Overrides
IsUIElementValidOverride(CellLayoutBox, WorksheetUIUpdateContextBase)
Determines whether the specified UI element box is valid.
Declaration
cs-api-definition
protected override bool IsUIElementValidOverride(CellLayoutBox box, WorksheetUIUpdateContextBase updateContext)
Parameters
box
The box of the UI element.
updateContext
The update context.
Returns
True if valid.
Overrides