Represents a class responsible for showing the data validation list UI layer.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class DataValidationListUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseDataValidationListUILayer
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataValidationListUILayer class.
C#
public DataValidationListUILayer()
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
Clears this instance.
C#
public override void Clear()
Overrides:
C#
protected virtual RadDropDownListElement InitializeDropDownList()
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: