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