Represents data validation input message UI layer.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class DataValidationInputMessageUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseDataValidationInputMessageUILayer
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataValidationInputMessageUILayer class.
C#
public DataValidationInputMessageUILayer()
Properties
Gets the value indicating if the layer should be updated on selection changing.
C#
protected override bool UpdateOnSelectionChanged { get; }
The value indicating if the layer should be updated on selection changing.
Overrides:
Methods
Translates and scales the UI elements of the layer.
C#
protected override void TranslateAndScale(UIUpdateContext updateContext)
The update context.
Overrides:
Updates the UI.
C#
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
The update context.
Overrides: