Class SearchViewModel
Provides search panel related information.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView.SearchPanel
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
SearchViewModel()
Properties
SearchText
Gets or sets the text used for searching.
Declaration
public string SearchText { get; set; }
Property Value
System.String
The SearchText for this view model. |