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

TcxCustomShellTreeView.ShowInfoTips Property

Specifies whether tooltips are displayed for shell items.

#Declaration

Delphi
property ShowInfoTips: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the ShowInfoTips property to True to display tooltips for shell items. These tooltips contain display information specific to the shell item type:

  • A short description for virtual shell items.
  • The total size and a list of the contained folders and files for folders.

Tooltips

The ShowInfoTips property’s default value is True.

See Also