DataViewProperty Constructors
A data view column.| Name | Parameters | Description |
|---|---|---|
| DataViewProperty() | none | Initializes a new instance of the DataViewProperty class with the default settings. |
| DataViewProperty(String, Type) | name, valueType | Initializes a new instance of the DataViewProperty class with the specified settings. |
| DataViewProperty(String) | name | Initializes a new instance of the DataViewProperty class with the specified column name. |
See Also