XPView.Properties Property
In This Article
Gets a collection of ViewProperty objects that represent view columns.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public ViewPropertiesCollection Properties { get; }
#Property Value
Type | Description |
---|---|
View |
A View |
See Also