TcxTreeListBandOptions Class
Represents band options.
Declaration
TcxTreeListBandOptions = class(
TcxOwnedPersistent
)
Remarks
This class extends its ancestor class with members that allow you to:
Specify the visibility of a band within the customization form (Hidden).
Specify whether end-users can move a band (Moving).
Specify whether end-users can move a band to the customization form (Customizing).
Specify whether end-users can resize a band (Sizing and VertSizing).
Specify whether a band can accept columns from other bands (OnlyOwnColumns).
Restore band options to their default values (RestoreDefaults).
A band’s Options property references a TcxTreeListBandOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListBandOptions
See Also