Back to Devexpress

BandedGridOptionsCustomization.ShowBandsInCustomizationForm Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedgridoptionscustomization-7b471836.md

latest3.4 KB
Original Source

BandedGridOptionsCustomization.ShowBandsInCustomizationForm Property

Gets or sets a value specifying whether hidden bands can be shown within the Customization Form.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowBandsInCustomizationForm { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowBandsInCustomizationForm As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if hidden bands can be shown within the Customization Form; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowBandsInCustomizationForm
BandedGridView

.OptionsCustomization .ShowBandsInCustomizationForm

|

Remarks

By default, the Customization Form contains the Columns and Bands pages. They are used to display headers of hidden columns and bands respectively. The image below shows an example.

The ShowBandsInCustomizationForm option specifies whether headers of hidden bands can be displayed within the Customization Form. If it is disabled, the Bands page is not displayed. Thus, end-users cannot drag band headers to the Customization Form to hide bands.

Note that each band has the OptionsBand.ShowInCustomizationForm option. If it is disabled for a band, hiding this band doesn’t result in displaying its header within the Customization Form. End-users, however, can drag band headers to the Customization Form to hide bands. Note that band headers will disappear when dropped onto the Customization Form.

See Also

ShowInCustomizationForm

BandedGridOptionsCustomization Class

BandedGridOptionsCustomization Members

DevExpress.XtraGrid.Views.BandedGrid Namespace