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

ServerViewPropertiesCollection Class

A collection of ServerViewProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[ListBindable(BindableSupport.No)]
public sealed class ServerViewPropertiesCollection :
    CollectionBase,
    INotifyCollectionChanged

Remarks

The ServerViewPropertiesCollection class provides methods to perform common collection management tasks, for example, to add or remove elements.

Inheritance

Object
CollectionBase
ServerViewPropertiesCollection
See Also