Class DataValidationListUILayer
Represents a class responsible for showing the data validation list UI layer.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class DataValidationListUILayer : WorksheetUILayerBase, INamedObject
Constructors
DataValidationListUILayer()
Initializes a new instance of the Data
Declaration
public DataValidationListUILayer()
Properties
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
System. 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. The value indicating if the layer should be updated on selection changing. |
Overrides
Methods
Clear()
InitializeDropDownList()
Declaration
protected virtual RadDropDownListElement InitializeDropDownList()
Returns
TranslateAndScale(UIUpdateContext)
Translates and scales the UI elements of the layer.
Declaration
protected override void TranslateAndScale(UIUpdateContext updateContext)
Parameters
UIUpdate The update context. |
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
Worksheet The update context. |
Overrides
WireSelectionEvents(RadElement)
Declaration
protected virtual void WireSelectionEvents(RadElement element)
Parameters
Rad
|