Vcl.ComCtrls.TListView.GroupView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupView: Boolean read FGroupView write SetGroupView default 0;

C++

__property GroupView = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

Turn on and off group view.

Vcl.ComCtrls.TListView.GroupView inherits from Vcl.ComCtrls.TCustomListView.GroupView. All content below this line refers to Vcl.ComCtrls.TCustomListView.GroupView.

Turn on and off group view.

If there are Groups set up, you can only see them if GroupView is set to true.

See Also