Gets or sets the the combo box items

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

Syntax

C#
public string[] ListItems { get; set; }
Visual Basic
Public Property ListItems As String()
	Get
	Set
Visual C++
public:
property array<String^>^ ListItems {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

Type: array<String>[]()[][]

See Also