TcxControlOptionsFindPanel.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 a user what to do with the Find Panel. The Find box of a tree list or vertical grid control shows the scxTreeListFindPanelInfoText or scxSvgFindPanelInfoText resource string, respectively, provided that the InfoText property value is an empty string.
The InfoText property’s default value is an empty string.
See Also