Version

FilterText Property

Returns/sets a string that defines a 'contains' filter for filtering the items that are displayed in the control based on property name. The 'contains' filter that is created from this string is combined (using an 'Add' operator) with the filters (if any) specified in the ItemFilters property. By default this property is bound to the textbox in the filter area displayed at the top of the control.
Syntax
'Declaration
 
Public Property FilterText As String
public string FilterText {get; set;}
Remarks
Note: To perform complex filtering with multiple conditions or filtering that is evaluated against PropertyGridPropertyItem values other than property name (e.g., PropertyGridFilterOperandSource.Description, PropertyGridFilterOperandSource.CategoryName, PropertyGridFilterOperandSource.PropertyName or PropertyGridFilterOperandSource.DisplayName) use the ItemFilters property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also