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