SelectionUILayer
Represents the selection UI Layer.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class SelectionUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseSelectionUILayer
Implements:
Inherited Members
Constructors
Initializes a new instance of the SelectionUILayer class.
public SelectionUILayer()
Properties
Gets the name of the layer.
public override string Name { get; }
The name of the layer.
Overrides:
Gets the value indicating if the layer should be updated on selection changing.
protected override bool UpdateOnSelectionChanged { get; }
The value indicating if the layer should be updated on selection changing.
Overrides:
Methods
Attaches to editor dependent events.
protected override void AttachToEditorDependentEvents(RadSheetEditorBase editor)
The editor.
Overrides:
Clears this instance by removing all UI elements and returning them in the pool.
public override void Clear()
Overrides:
Detaches from editor dependent events.
protected override void DetachFromEditorDependentEvents(RadSheetEditorBase editor)
The editor.
Overrides:
Translates and scales the UI elements of the layer.
protected override void TranslateAndScale(UIUpdateContext updateContext)
The update context.
Overrides:
Updates the UI.
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
The update context.
Overrides: