Skip to main content
.NET 6.0+

XPView.Properties Property

Gets a collection of ViewProperty objects that represent view columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ViewPropertiesCollection Properties { get; }

Property Value

Type Description
ViewPropertiesCollection

A ViewPropertiesCollection object which represents the collection of ViewProperty objects.

See Also