Back to Devexpress

XPDataView.Properties Property

xpo-devexpress-dot-xpo-dot-xpdataview-a174fee2.md

latest1.6 KB
Original Source

XPDataView.Properties Property

Provides access to the data view’s columns.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public DataViewPropertiesCollection Properties { get; }
vb
Public ReadOnly Property Properties As DataViewPropertiesCollection

Property Value

TypeDescription
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

XPDataView Class

XPDataView Members

DevExpress.Xpo Namespace