📚 SAP Business One SDK Help

Type Property
See Also 

Description

The column type.

Property type

Read-write property

Syntax

Visual Basic
Public Property Type() As BoGridColumnType

Remarks

A column type of gct_CheckBox, gct_ComboBox, or gct_Picture is allowed only when the corresponding field in the bounded DataTable is of type ft_AlphaNumeric or ft_Text.

A column type of gct_EditText is allowed for all field types.

See Also