Skip to main content

TcxGridBandedTableOptionsCustomize.BandHiding Property

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

Declaration

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