Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.Hidden Property

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

#Declaration

Delphi
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