Class DataValidationInputMessageUILayer
Represents data validation input message UI layer.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DataValidationInputMessageUILayer : WorksheetUILayerBase, INamedObject
Constructors
DataValidationInputMessageUILayer()
Initializes a new instance of the DataValidationInputMessageUILayer class.
Declaration
public DataValidationInputMessageUILayer()
Properties
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
System.String
The name. |
Overrides
UpdateOnSelectionChanged
Gets the value indicating if the layer should be updated on selection changing.
Declaration
protected override bool UpdateOnSelectionChanged { get; }
Property Value
System.Boolean
The value indicating if the layer should be updated on selection changing. |
Overrides
Methods
TranslateAndScale(UIUpdateContext)
Translates and scales the UI elements of the layer.
Declaration
protected override void TranslateAndScale(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The update context. |
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
WorksheetUIUpdateContextBase
updateContext
The update context. |