šŸ“š SAP Business One SDK Help

ValidValues Property
See AlsoĀ 

Description

The valid valuesĀ for this item.

Add or remove valid values with the Add and Remove methods of the ValidValues object.

Property type

Read-only property

Syntax

Visual Basic
Public Property ValidValues() As ValidValues

Remarks

This property is only relevantĀ for columns of type ComboBox.

If the column type is not set to ComboBox, the property returns nothing.

If the ComboBox is not set with valid values, theĀ count returns 0.

See Also