Overload | Description |
---|---|
DataBoundColumn Constructor() | This constructor is reserved for internal use and is not intended to be used directly from your code. |
DataBoundColumn Constructor(String) | Initializes a new instance of the DataBoundColumn class specifying its name. |
DataBoundColumn Constructor(DataBoundColumn) | Initializes a new instance of the DataBoundColumn class specifying the DataBoundColumn that will be used as a template to create the DataBoundColumns. |