Server Control Collection Properties
This section contains two samples. The first demonstrates how to implement collection properties in server controls. The second shows how to implement a custom collection editor that allows items of a given type to be added to a collection at design time.
In This Section
- Web Control Collection Property Example
Demonstrates how to implement collection properties in server controls.
- Collection Editor Example
Demonstrates how to implement a custom collection editor that allows items of a given type to be added to a collection at design time.
Related Sections
- Developing Custom ASP.NET Server Controls
Describes how to develop ASP.NET server controls.
- Server Control Simple Properties and Subproperties
Demonstrates how to implement simple properties and subproperties in server controls.