Class PropertyGridFilteringEventArgs
Inheritance
System.Object
PropertyGridFilteringEventArgs
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridFilteringEventArgs : CancelEventArgs
Constructors
PropertyGridFilteringEventArgs(String)
Declaration
public PropertyGridFilteringEventArgs(string filterText)
Parameters
System.
|
Properties
FilterText
Declaration
public string FilterText { get; }
Property Value
System.
|