Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomShellListView.GroupIndex Property

Specifies the group of DevExpress shell controls to which the Shell List View control belongs.

#Declaration

Delphi
property GroupIndex: Integer read; write;

#Property Value

Type Description
Integer

The index of the group of shell controls to which the Shell List View control belongs.

#Remarks

Use the GroupIndex property to associate the Shell List View control 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 List View control 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 List View control with the following shell controls:

TcxShellComboBox
A Shell Combo Box editor.
TdxShellBreadcrumbEdit
A Shell Breadcrumb control.
TdxShellTreeView
A Shell Tree View control.

The GroupIndex property’s default value is -1.

See Also