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

TcxGridBandedTableOptionsCustomize.BandHiding Property

Determines the manner in which View bands can be hidden from a View.

#Declaration

Delphi
property BandHiding: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use the BandHiding property to determine the manner in which the View bands can be hidden from a View. When set to False, bands can only be hidden by dragging them to the active customization form. When BandHiding is True, bands can also be hidden by dragging their headers, even if the customization form is not displayed. If a band is displayed within the customization form, it is not visible within a View (i.e. the Visible property value of that band is False). A band can also be made invisible within the customization form. Set the Band.VisibleForCustomization property value to False and then a band can only be returned to a View programmatically. The default value of the BandHiding property is False.

See Also