API:Vcl.Touch.GestureCtrls.TCustomGestureListView.GroupView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupView: Boolean read FGroupView write SetGroupView;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Turn on and off group view.

Vcl.Touch.GestureCtrls.TCustomGestureListView.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