ClassSearchViewModel
Class
Provides search panel related information.
Definition
Namespace:Telerik.Windows.Controls.GridView.SearchPanel
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class SearchViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSearchViewModel
Implements:
Inherited Members
Constructors
SearchViewModel()
Initializes a new instance of the SearchViewModel class.
Declaration
cs-api-definition
public SearchViewModel()
Properties
SearchText
Gets or sets the text used for searching.
Declaration
cs-api-definition
public string SearchText { get; set; }
Property Value
The SearchText for this view model.