Skip to main content
.NET Framework 4.6.2+

XPView.Properties Property

Gets a collection of ViewProperty objects that represent view columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public ViewPropertiesCollection Properties { get; }

Property Value

Type Description
ViewPropertiesCollection

A ViewPropertiesCollection object which represents the collection of ViewProperty objects.

See Also