TcxCustomShellComboBox.ShellListView Property
Specifies the associated Shell List View control.
Declaration
property ShellListView: TcxCustomShellListView read; write;
Property Value
Type | Description |
---|---|
TcxCustomShellListView | The associated Shell List View control. |
Remarks
Use the ShellListView
property to synchronize content between the Shell Combo Box editor and the TcxShellListView control.
If you need to associate the Shell Combo Box editor with the following controls, use the GroupIndex property instead:
- TdxShellBreadcrumbEdit
- A Shell Breadcrumb control.
- TdxShellListView
- A Shell List View control.
- TdxShellTreeView
- A Shell Tree View control.
See Also