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

ViewPropertiesCollection Class

A collection of ViewProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[ListBindable(BindableSupport.No)]
public sealed class ViewPropertiesCollection :
    CollectionBase

Remarks

The methods provided by the ViewPropertiesCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).

Inheritance

Object
CollectionBase
ViewPropertiesCollection
See Also