Back to Devexpress

ServerViewPropertiesCollection Class

xpo-devexpress-dot-xpo-5b7b00a6.md

latest1.6 KB
Original Source

ServerViewPropertiesCollection Class

A collection of ServerViewProperty objects.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ListBindable(BindableSupport.No)]
public sealed class ServerViewPropertiesCollection :
    CollectionBase,
    INotifyCollectionChanged
vb
<ListBindable(BindableSupport.No)>
Public NotInheritable Class ServerViewPropertiesCollection
    Inherits CollectionBase
    Implements INotifyCollectionChanged

The following members return ServerViewPropertiesCollection objects:

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

ServerViewPropertiesCollection Members

DevExpress.Xpo Namespace