Interface IDropDownBase
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
public interface IDropDownBase : IValidationWidget
- Inherited Members
- Extension Methods
Properties
- IsDisplayFilterShown
Gets or sets a value indicating whether a filter box is available for the drop-down list.
- IsReadOnly
Gets or sets a value indicating whether the control is displayed in read-only mode. Read-only mode causes the widgets to appear read-write but the user won't be able to change their value. This only affects interactive scripts running in a web environment.
- IsSorted
Gets or sets a value indicating whether the options are sorted naturally.
- Tooltip
Gets or sets the tooltip.