Skip to main content
A newer version of this page is available. .

XPView.Properties Property

Gets a collection of ViewProperty objects that represent view columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ViewPropertiesCollection Properties { get; }

Property Value

Type Description
ViewPropertiesCollection

A ViewPropertiesCollection object which represents the collection of ViewProperty objects.

See Also