skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class UILayer

Provides the base class from which the classes that represent UI layers are derived.

Inheritance
System.Object
UILayer
PooledUILayer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Layers
Assembly: Telerik.WinControls.RadSpreadsheet.dll

Syntax

public abstract class UILayer : INamedObject

Constructors

UILayer()

Initializes a new instance of the UILayer class.

Declaration
protected UILayer()

Properties

ContainerManager

Gets the container manager.

Declaration
public UILayerContainerManager ContainerManager { get; }
Property Value
UILayerContainerManager

The container manager.

Name

Gets the name of the layer.

Declaration
public abstract string Name { get; }
Property Value
System.String

The name of the layer.

Implements
INamedObject.Name

Owner

Gets the owner.

Declaration
protected IUILayerOwner Owner { get; }
Property Value
IUILayerOwner

The owner.

UIUpdateContextCache

Gets the UI update context cache.

Declaration
protected UIUpdateContext UIUpdateContextCache { get; }
Property Value
UIUpdateContext

The UI update context cache.

Methods

Clear()

Clears this instance.

Declaration
public virtual void Clear()

GetAddedUIElements(ViewportPaneType)

Gets the added UI elements.

Declaration
protected virtual IEnumerable<UIElement> GetAddedUIElements(ViewportPaneType viewportPaneType)
Parameters
ViewportPaneType viewportPaneType

Type of the viewport pane.

Returns
System.Collections.Generic.IEnumerable<UIElement>

The added UI elements.

GetElementVisibility(UIElement)

Gets the element visibility.

Declaration
protected virtual ElementVisibility GetElementVisibility(UIElement element)
Parameters
UIElement element

The element.

Returns
ElementVisibility

The visibility.

IsElementVisible(UIElement)

Determines whether the specified element is visible.

Declaration
protected bool IsElementVisible(UIElement element)
Parameters
UIElement element

The element.

Returns
System.Boolean

True if is visible.

OnOwnerChanged(IUILayerOwner, IUILayerOwner)

Called when owner is changed.

Declaration
protected virtual void OnOwnerChanged(IUILayerOwner oldOwner, IUILayerOwner newOwner)
Parameters
IUILayerOwner oldOwner

The old owner.

IUILayerOwner newOwner

The new owner.

OnUIUpdated()

Called when UI is updated.

Declaration
protected virtual void OnUIUpdated()

SetElementVisibility(UIElement, ElementVisibility)

Sets the element visibility.

Declaration
protected virtual void SetElementVisibility(UIElement element, ElementVisibility visibility)
Parameters
UIElement element

The element.

ElementVisibility visibility

The visibility.

Translate(Point, ViewportPaneType, UIUpdateContext)

Translates the specified point.

Declaration
protected Point Translate(Point point, ViewportPaneType viewportPaneType, UIUpdateContext updateContext)
Parameters
Point point

The point.

ViewportPaneType viewportPaneType

Type of the viewport pane.

UIUpdateContext updateContext

The update context.

Returns
Point

The translated point.

Translate(Rect, ViewportPaneType, UIUpdateContext)

Translates the specified rectangle.

Declaration
protected Rect Translate(Rect rect, ViewportPaneType viewportPaneType, UIUpdateContext updateContext)
Parameters
Rect rect

The rectangle.

ViewportPaneType viewportPaneType

Type of the viewport pane.

UIUpdateContext updateContext

The update context.

Returns
Rect

The translated rectangle.

TranslateAndScale(UIUpdateContext)

Translates and scales the UI elements of the layer.

Declaration
protected abstract void TranslateAndScale(UIUpdateContext updateContext)
Parameters
UIUpdateContext updateContext

The update context.

UpdateUI()

Updates the UI.

Declaration
public void UpdateUI()

UpdateUI(UIUpdateContext)

Updates the UI.

Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext updateContext

The update context.

UpdateUIOverride(UIUpdateContext)

Updates the UI.

Declaration
protected virtual void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdateContext updateContext

The update context.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.