Class
RowBasedUILayer

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:

cs-api-definition
public abstract class RowBasedUILayer : BoxBasedUILayer<RowLayoutBox>, INamedObject

Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseBoxBasedUILayer<RowLayoutBox>RowBasedUILayer

Derived Classes: RowHeadingMargin<T>

Implements: INamedObject

Inherited Members BoxBasedUILayer<RowLayoutBox>.GetAssociatedBoxForUIElement(ViewportPaneType, UIElement)BoxBasedUILayer<RowLayoutBox>.GetAssociatedUIElementForBox(ViewportPaneType, RowLayoutBox)BoxBasedUILayer<RowLayoutBox>.UpdateUIOverride(WorksheetUIUpdateContextBase)BoxBasedUILayer<RowLayoutBox>.CreateUIElementForBox(ViewportPaneType, RowLayoutBox, WorksheetUIUpdateContextBase)BoxBasedUILayer<RowLayoutBox>.SetUIElementPropertiesForBox(UIElement, RowLayoutBox, WorksheetUIUpdateContextBase)BoxBasedUILayer<RowLayoutBox>.TranslateAndScale(UIUpdateContext)BoxBasedUILayer<RowLayoutBox>.GetAddedUIElements(ViewportPaneType)BoxBasedUILayer<RowLayoutBox>.Clear()WorksheetUILayerBase.UpdateUIOverride(UIUpdateContext)WorksheetUILayerBase.OnOwnerChanged(IUILayerOwner, IUILayerOwner)WorksheetUILayerBase.Initialize(IRadWorksheetEditorPresenter)WorksheetUILayerBase.OnSelectionChanged()WorksheetUILayerBase.OnOwnerChanged(RadWorksheetEditor, RadWorksheetEditor)WorksheetUILayerBase.DetachFromEditorDependentEvents(RadSheetEditorBase)WorksheetUILayerBase.AttachToEditorDependentEvents(RadSheetEditorBase)WorksheetUILayerBase.TranslateAndScale(Point, ViewportPaneType, WorksheetUIUpdateContextBase)WorksheetUILayerBase.Scale(Size, WorksheetUIUpdateContextBase)WorksheetUILayerBase.Scale(Point, WorksheetUIUpdateContextBase)WorksheetUILayerBase.Scale(double, WorksheetUIUpdateContextBase)WorksheetUILayerBase.UpdateOnSelectionChangedWorksheetUILayerBase.OwnerWorksheetUILayerBase.WorksheetPooledUILayer.OnUIUpdated()PooledUILayer.ResetPooledElementProperties(object)PooledUILayer.CanRecycle(object)PooledUILayer.AddElementToPool(object)PooledUILayer.GetElementFromPool<T>(ViewportPaneType)PooledUILayer.GetElementFromPool<T>()PooledUILayer.ReuseUIElementsWithoutRemovingFromVisualTreeUILayer.UpdateUI()UILayer.UpdateUI(UIUpdateContext)UILayer.Translate(Point, ViewportPaneType, UIUpdateContext)UILayer.Translate(Rect, ViewportPaneType, UIUpdateContext)UILayer.IsElementVisible(UIElement)UILayer.GetElementVisibility(UIElement)UILayer.SetElementVisibility(UIElement, Visibility)UILayer.UIUpdateContextCacheUILayer.ContainerManagerUILayer.Name

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

ViewportPaneType

Type of the viewport pane.

updateContext

WorksheetUIUpdateContextBase

The update context.

Returns

IEnumerable<RowLayoutBox>

The visible boxes.

Overrides BoxBasedUILayer<RowLayoutBox>.GetVisibleBoxes(ViewportPaneType, WorksheetUIUpdateContextBase)

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

RowLayoutBox

The box of the UI element.

updateContext

WorksheetUIUpdateContextBase

The update context.

Returns

bool

True if valid.

Overrides BoxBasedUILayer<RowLayoutBox>.IsUIElementValidOverride(RowLayoutBox, WorksheetUIUpdateContextBase)