TIWCGJQDropDownOptions.Width Property

Controls the width style attribute of the Select2 container div. The following values are supported:

off : No width attribute will be set. Keep in mind that the container div copies classes from the source element so setting the width attribute may not always be necessary.

element : Uses javascript to calculate the width of the source element.

copy : Copies the value of the width style attribute set on the source element resolve First attempts to copy than falls back on element

other values : if the width attribute contains a function it will be avaluated, otherwise the value is used verbatim

Namespace: IWCGJQDropDown
published
 property Width: string index 00 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string