Skip to main content
.NET 6.0+

ServerViewPropertiesCollection Class

A collection of ServerViewProperty objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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