Skip to main content
A newer version of this page is available. .

TcxGridFindPanelOptions.InfoText Property

Specifies the custom information text string for the empty unfocused Find box.

Declaration

property InfoText: string read; write;

Property Value

Type
string

Remarks

Use this property to change the default text message that instructs an end user how to use the Find Panel. The Find box displays the scxGridFindPanelInfoText resource string if the InfoText property value is an empty string.

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

See Also