Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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