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

TdxListItem.Hint Property

Specifies the item’s hint.

#Declaration

Delphi
property Hint: string read; write;

#Property Value

Type Description
string

An item hint.

#Remarks

If the Hint property is set to an empty string, the item shows its caption in the hint.

You can handle the List View control’s OnInfoTip event to display custom text in the item’s hint.

The Hint property’s default value is an empty string.

Note

An item’s hint is displayed only if the mouse pointer hovers over the item.

See Also