Version

GeneratedPropertyFilter Property

Returns/sets the filter condition(s) that the generator should honor when determining which PropertyGridPropertyItems to generate. Properties must match all condition(s) in order to be included in the list of PropertyGridPropertyItems return by derived generator classes via the GenerateProperties method.
Syntax
'Declaration
 
Public Property GeneratedPropertyFilter As ICondition
public ICondition GeneratedPropertyFilter {get; set;}
Remarks

Note: Refer to the remarks in the documentation for the ItemFilters property for an overview of the Infragistics.Windows.Controls.ICondition derived classes that are available for specifying a filter condition.

Note: It is the responsibility of derived generator classes to call the GetShouldItemBeFilteredOut method to determine if a particular property should be included.

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