Skip to main content

TcxCustomGridTableItem.Hidden Property

Specifies whether the item can be displayed within the Customization form.

Declaration

property Hidden: Boolean read; write;

Property Value

Type
Boolean

Remarks

Note

this property is obsolete. Use the VisibleForCustomization property instead.

Items in a grid View, whose TcxCustomGridTableItem.Visible property is False, are displayed in the View’s Customization form. To activate the Customization form, you can set the View’s TcxCustomGridTableController.Customization property to True. By setting the item’s Hidden property to True you can prevent it from appearing in the Customization form. In this case, if the column or row is dragged to the Customization form, it disappears completely and can only be made visible programmatically. The TcxCustomGridTableOptionsCustomize.ItemHiding property specifies the manner in which an end-user can remove an item from a View by dragging it off the column header panel or card.

See Also