BaseDataListDesigner.OnPropertyBuilder Method
.NET Framework 3.0
Represents the method that handles the property-builder event.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The OnPropertyBuilder method invokes a component editor for the associated control that is derived from the BaseDataList class. It creates a DataGridComponentEditor or DataListComponentEditor object, and then invokes the EditComponent method of the component editor.
Community Additions
ADD
Show: