TcxGridFindPanelOptions.InfoText Property
In This Article
Specifies the custom information text string for the empty unfocused Find box.
#Declaration
Delphi
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.
#Default Value
The InfoText
property’s default value is an empty string.
See Also