GridViewDataColumn Constructors
Serves as a base for classes that represent data columns.Name | Parameters | Description |
---|---|---|
GridViewDataColumn() | none | Initializes a new instance of the GridViewDataColumn class. |
GridViewDataColumn(String, String) | fieldName, caption | Initializes a new instance of the GridViewDataColumn class with the specified field name and caption. |
GridViewDataColumn(String) | fieldName | Initializes a new instance of the GridViewDataColumn class with the specified field name. |
See Also