DataBindingCollectionEditor Class
.NET Framework 2.0
NOTE: This class is now obsolete.
Provides a user interface for editing a collection of data bindings. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202")] public ref class DataBindingCollectionEditor : public UITypeEditor
/** @attribute ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202") */
public class DataBindingCollectionEditor extends UITypeEditor
ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202") public class DataBindingCollectionEditor extends UITypeEditor
The DataBindingCollectionEditor class is obsolete. At design time, editing of data bindings is accomplished from a DesignerActionList instead of the property grid. For more information, see ActionLists.
- SecurityPermission for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: