ClassColumnBasedUILayer
Provides the base class from which the classes that represent column based UI layers are derived.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class ColumnBasedUILayer : BoxBasedUILayer<ColumnLayoutBox>, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseBoxBasedUILayer<ColumnLayoutBox>ColumnBasedUILayer
Derived Classes:
Implements:
Inherited Members
Constructors
ColumnBasedUILayer()
Declaration
protected ColumnBasedUILayer()
Methods
GetVisibleBoxes(ViewportPaneType, WorksheetUIUpdateContextBase)
Gets the visible boxes.
Declaration
protected override IEnumerable<ColumnLayoutBox> GetVisibleBoxes(ViewportPaneType viewportPaneType, WorksheetUIUpdateContextBase updateContext)
Parameters
viewportPaneType
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
protected override bool IsUIElementValidOverride(ColumnLayoutBox box, WorksheetUIUpdateContextBase updateContext)
Parameters
box
ColumnLayoutBox
The box of the UI element.
updateContext
The update context.
Returns
True if valid.
Overrides