TcxGridBand.VisibleForCustomization Property
Specifies whether a band is shown in the Customization Form when moved into the form.
Declaration
property VisibleForCustomization: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The Customization Form is visible onscreen, if the View’s Controller.Customization property is set to True.
To move a band into the Customization Form, set the band’s Visible property to False. Once it’s in the Customization Form, the band is hidden in a View. If the VisibleForCustomization property is set to False, the band is also hidden in the Customization Form and Quick Band Customization dropdown. As such, it’s unavailable to end-users.
End-users can do one of the following to remove a band from a View:
Drag the band’s header into the Customization Form.
Uncheck a corresponding item in the Quick Band Customization dropdown.
Set the VisibleForCustomization property to False to prohibit end-users from removing the band using any of the above options. To specify the manner in which bands can be hidden, use the View’s OptionsCustomize.BandHiding property.
The default value of the VisibleForCustomization property is True.