DataViewProperty Class
A data view column.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
A data view stores its columns within the XPDataView.Properties collection. Each column is represented by a DataViewProperty class, providing properties to specify the column’s name and type.
Inheritance
Object
DataViewProperty
See Also