Skip to main content

TcxTreeListCustomizing.Visible Property

Indicates whether the Customize window is visible.

Declaration

property Visible: Boolean read; write;

Property Value

Type
Boolean

Remarks

Read the Visible property to determine the customization form’s visibility. Set the property to True, to display the customization form; set it to False, to hide it. The customization form provides storage for bands and columns. It can be used by an end-user to hide some bands and/or columns in the TreeList control. To do this, the end-user should drag the desired bands and/or columns to the form.

Handle the OnCustomizationFormVisibleChanged event to track when the customization form’s visibility changes.

See Also