DataListDesigner Class
.NET Framework 3.0
Extends design-time behavior for the DataList Web server control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
System.Web.UI.Design.WebControls Namespace
DataList
DataListComponentEditor
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Assembly: System.Design (in system.design.dll)
The following code example demonstrates how to extend the DataListDesigner class. The code overrides the GetDesignTimeHtml method to display a five-point border that is purple if the DataList control is enabled.
The following code example shows how to use the DesignerAttribute to associate the designer with the DataList control.
- SecurityPermission for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
Reference
DataListDesigner MembersSystem.Web.UI.Design.WebControls Namespace
DataList
DataListComponentEditor
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: Creating a Basic Control Designer for a Web Server Control
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Community Additions
ADD
Show: