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

DataViewProperty Class

A data view column.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[TypeConverter(typeof(DataViewPropertyConverter))]
public class DataViewProperty

Remarks

A data view stores its columns within the XPDataView.Properties collection. Each column is represented by a DataViewProperty class, providing properties to specify the column’s name and type.

Inheritance

Object
DataViewProperty
See Also