DropDownStyle Constructor

Initializes the class. Called during construction.
 

Parameters

parentAdapter

Type: dundas.view.controls.Parameter
The parent adapter, if any, that is using this drop down style. This is typically a parameter adapter.
Optional: True
options

Type: Object
The object with any initial defaults to set.
Optional: True

Examples

The following example initializes a new instance of a DropDownStyle object:

var newObject = new dundas.controls.DropDownStyle();