Visible: Boolean;
The Visible property determines column visibility in the component area.
Available values:
True. Column is displayed.
False. Column is hidden.
To display several columns, set the ShowColumnHeaders property to True. In the design mode on the first connection to the dictionary component, the Columns collection is filled automatically. A separate column is created for each attribute. The value of the Visible property for the column is set according to the value of the Visible (Hidden for MDM dictionary) property of the attribute, with which it is linked.
See also: