TcxTreeListCustomizing.MakeBandPageVisible Method
Selects the Bands tab.
Declaration
procedure MakeBandPageVisible;
Remarks
The MakeBandPageVisible method does nothing if the Customize window is invisible (the Visible property is False), or if the Columns tab is only displayed in the Customize window (the tree list’s OptionsView.SimpleCustomizeBox option is enabled).
The Columns tab can be selected using the MakeColumnPageVisible method.
See Also