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