Interface IRadioButtonList<T>
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Represents a radio button list where every option is an generic instance.
public interface IRadioButtonList<T> : IOptionWidget<T>
Type Parameters
T
Type of generic instance.
- Inherited Members
- Extension Methods
Properties
- Selected
Value of the currently selected option.
- SelectedOption
Currently selected option.