Vcl.ExtCtrls.TCustomCategoryPanel.PanelGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanelGroup: TCustomCategoryPanelGroup read FPanelGroup write SetPanelGroup;

C++

__property TCustomCategoryPanelGroup* PanelGroup = {read=FPanelGroup, write=SetPanelGroup};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Indentifies the parent category panel group of the category panel.

Use the PanelGroup property to get or set the parent panel group of this category panel. The category panel will adopt properties of the new category panel group (e.g. Width, HeaderHeight, Images).