ViewProperty Class
A 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 view stores its columns within the XPView.Properties collection. A single column is represented by a ViewProperty class. This class provides properties that specify the column’s name, sort order, etc.
Inheritance
Object
ViewProperty
See Also