Back to Devexpress

TcxShellComboBox.GroupIndex Property

vcl-cxshellcombobox-dot-tcxshellcombobox.md

latest1.5 KB
Original Source

TcxShellComboBox.GroupIndex Property

Specifies the group of shell controls to which the Shell Combo Box editor belongs.

Declaration

delphi
property GroupIndex; default -1;

Property Value

TypeDescription
Integer

The index of the group of shell controls to which the Shell Combo Box editor belongs.

|

Remarks

Use the GroupIndex property to associate the Shell Combo Box editor with other DevExpress shell controls. Associated shell controls synchronize displayed content.

To associate supported shell controls, set their GroupIndex property to the same integer value. If the GroupIndex property is set to a negative value, the Shell Combo Box editor does not synchronize its content with other supported shell controls in an application.

You can use the GroupIndex property to synchronize content in the Shell Combo Box editor with the following shell controls:

TdxShellBreadcrumbEditA Shell Breadcrumb control.TdxShellListViewA Shell List View control.TdxShellTreeViewA Shell Tree View control.

The GroupIndex property’s default value is -1.

See Also

TcxShellComboBox Class

TcxShellComboBox Members

cxShellComboBox Unit