ClassColumnBasedUILayer
Class
Provides the base class from which the classes that represent column 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 ColumnBasedUILayer : BoxBasedUILayer<ColumnLayoutBox>, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseBoxBasedUILayer<ColumnLayoutBox>ColumnBasedUILayer
Derived Classes:
Implements:
Inherited Members
Constructors
ColumnBasedUILayer()
Declaration
cs-api-definition
protected ColumnBasedUILayer()
Methods
GetVisibleBoxes(ViewportPaneType, WorksheetUIUpdateContextBase)
Gets the visible boxes.
Declaration
cs-api-definition
protected override IEnumerable<ColumnLayoutBox> GetVisibleBoxes(ViewportPaneType viewportPaneType, WorksheetUIUpdateContextBase updateContext)
Parameters
viewportPaneType
Type of the viewport pane.
updateContext
The update context.
Returns
IEnumerable<ColumnLayoutBox>
The visible boxes.
Overrides
IsUIElementValidOverride(ColumnLayoutBox, WorksheetUIUpdateContextBase)
Determines whether the specified UI element box is valid.
Declaration
cs-api-definition
protected override bool IsUIElementValidOverride(ColumnLayoutBox box, WorksheetUIUpdateContextBase updateContext)
Parameters
box
The box of the UI element.
updateContext
The update context.
Returns
True if valid.
Overrides