Class
PropertyGridFilteringEventArgs

Provides data for the Filtering event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PropertyGridFilteringEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPropertyGridFilteringEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PropertyGridFilteringEventArgs(string)

Initializes a new instance of the PropertyGridFilteringEventArgs class.

Declaration

cs-api-definition
public PropertyGridFilteringEventArgs(string filterText)

Parameters

filterText

string

The FilterText.

Properties

FilterText

Gets FilterText.

Declaration

cs-api-definition
public string FilterText { get; }

Property Value

string

The FilterText.