Whether to remember the user's query and reshow it next time the control renders.
            
| C# | Visual Basic | Visual C++ | 
public virtual bool RememberQuery { get; set; }
Public Overridable Property RememberQuery As Boolean
public: virtual property bool RememberQuery { bool get (); void set (bool value); }