A flag indicating if it is allowed to have multiple selections in combo box list. This property is false by default

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool AllowMultiSelect { get; set; }
Visual Basic
Public Property AllowMultiSelect As Boolean
	Get
	Set
Visual C++
public:
property bool AllowMultiSelect {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also