Skip to main content
All docs
V26.1
  • .NET 8.0+

    ServerViewPropertiesCollection Class

    A collection of ServerViewProperty objects.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    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