Skip to main content

TcxTabSheet.TabHint Property

Specifies the hint for the tab that corresponds to the page.

Declaration

property TabHint: string read; write;

Property Value

Type
string

Remarks

A tab hint shows the page’s caption unless you specified the hint via this property. You can dynamically customize tab hints by handling a page control’s OnGetTabHint event.

Note

Tab hints are shown only if a page control’s Properties.ShowTabHints property is set to True.

See Also