Flag indicating whether the list of possible values is exclusive (i.e. input must be limited to those values only).

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
[JsonAttribute(true)]
public bool vx
Visual Basic
<JsonAttribute(True)> _
Public vx As Boolean

See Also