DataBindingCollectionEditor Class
.NET Framework 3.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
Not applicable.
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
Community Additions
ADD
Show: