FormViewDesigner::PreFilterProperties Method (IDictionary^)

.NET Framework (current version)
 

Adds or removes properties in the properties grid in a design host at design time, or provides new design-time properties that might correspond to properties on the associated control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void PreFilterProperties(
	IDictionary^ properties
) override

Parameters

properties
Type: System.Collections::IDictionary^

The properties for the class of the component.

.NET Framework
Available since 4.0
Return to top
Show: