TcxTreeListBand.Options Property
In This Article
Provides access to the band’s appearance and behavior options.
#Declaration
Delphi
property Options: TcxTreeListBandOptions read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
You can use this property to hide or display the band, and manage the band customization capabilities available to end-users. Refer to the TcxTreeListBandOptions class description for detailed information on available options.
See Also