DataBoundControlDesigner.PreFilterProperties Method
.NET Framework 3.0
Overridden by the designer to shadow run-time properties of the data-bound control with corresponding properties implemented by the designer.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected void PreFilterProperties ( IDictionary properties )
protected override function PreFilterProperties ( properties : IDictionary )
Not applicable.
Parameters
- properties
An IDictionary object containing the properties to filter.
Community Additions
ADD
Show: