XPDataView.Properties Property
In This Article
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
#Declaration
public DataViewPropertiesCollection Properties { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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