Vcl.ComCtrls.TCustomListView.GroupView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupView: Boolean read FGroupView write SetGroupView default False;

C++

__property bool GroupView = {read=FGroupView, write=SetGroupView, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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