xpo-devexpress-dot-xpo-5b7b00a6.md
A collection of ServerViewProperty objects.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
[ListBindable(BindableSupport.No)]
public sealed class ServerViewPropertiesCollection :
CollectionBase,
INotifyCollectionChanged
<ListBindable(BindableSupport.No)>
Public NotInheritable Class ServerViewPropertiesCollection
Inherits CollectionBase
Implements INotifyCollectionChanged
The following members return ServerViewPropertiesCollection objects:
The ServerViewPropertiesCollection class provides methods to perform common collection management tasks, for example, to add or remove elements.
Object CollectionBase ServerViewPropertiesCollection
See Also