Skip to main content
.NET 6.0+

XPDataView.Properties Property

Provides access to the data view’s columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.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