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

XPDataView.Properties Property

Provides access to the data view’s columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public DataViewPropertiesCollection Properties { get; }

Property Value

Type Description
DataViewPropertiesCollection

A DataViewPropertiesCollection object representing a collection of data view columns.

Remarks

To populate the Properties collection, use the XPDataView.PopulateProperties or XPDataView.PopulatePropertiesOrdered method. To add a column to the collection, use the XPDataView.AddProperty or DataViewPropertiesCollection.Add method.

See Also