XPDataView.Properties Property
Provides access to the data view’s columns.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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