GridViewCommandColumn Constructors
Represents a command column.| Name | Parameters | Description |
|---|---|---|
| GridViewCommandColumn() | none | Initializes a new instance of the GridViewCommandColumn class. |
| GridViewCommandColumn(String) | caption | Initializes a new instance of the GridViewCommandColumn class with the specified caption. |
See Also