getDropDownStyle
[ Function ]
public getDropDownStyle():'Classic' | 'Mobile' | null;
This function returns the currently set value for the DropDownStyle attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'Classic', 'Mobile', null | The current value of the attribute. |
See also
Attribute setter: setDropDownStyle
Origin: TcHmiCombobox
Available from version 1.10 |