ClassDataValidationListUILayer
Represents a calss responsible for showing the data validation list UI layer.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class DataValidationListUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseDataValidationListUILayer
Implements:
Inherited Members
Constructors
DataValidationListUILayer()
Initializes a new instance of the DataValidationListUILayer class.
Declaration
public DataValidationListUILayer()
Properties
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
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
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
updateContext
The update context.
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
updateContext
The update context.
Overrides