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