Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPView.Properties Property

Gets a collection of ViewProperty objects that represent view columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public ViewPropertiesCollection Properties { get; }

Property Value

Type Description
ViewPropertiesCollection

A ViewPropertiesCollection object which represents the collection of ViewProperty objects.

See Also