Skip to main content
.NET Framework 4.6.2+

XPDataView.Properties Property

Provides access to the data view’s columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

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