Class PropertyGridFilteringEventArgs
Provides data for the Filtering event.
Inheritance
System.Object
PropertyGridFilteringEventArgs
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridFilteringEventArgs : CancelEventArgs
Constructors
PropertyGridFilteringEventArgs(String)
Initializes a new instance of the PropertyGridFilteringEventArgs class.
Declaration
public PropertyGridFilteringEventArgs(string filterText)
Parameters
System.String
filterText
The FilterText. |
Properties
FilterText
Gets FilterText.
Declaration
public string FilterText { get; }
Property Value
System.String
The FilterText. |