Skip to main content

TcxGridTableOptionsCustomize.ColumnHiding Property

Determines the manner in which end-users can hide the Table View’s columns.

Declaration

property ColumnHiding: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If this property is set to False, end-users can hide columns only by dragging them to the active customization form. Otherwise, end-users can hide columns by dragging their headers, even if the customization form is not displayed. If a column is displayed within the customization form, it is not visible within the View (i.e. the Visible property value of that column is False). A column can also be made invisible within the customization form. Set the column’s VisibleForCustomization property value to False and then this column can only be returned to a View programmatically.

The default value of the ColumnHiding property is False.

See Also