Skip to main content
.NET Framework 4.6.2+

ServerViewPropertiesCollection(IXPClassInfoProvider) Constructor

Initializes a new ServerViewPropertiesCollection class instance and binds it to a specified owner - an IXPClassInfoProvider instance. The XPClassInfo metadata from the IXPClassInfoProvider is used internally.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public ServerViewPropertiesCollection(
    IXPClassInfoProvider owner
)

Parameters

Name Type Description
owner DevExpress.Xpo.Helpers.IXPClassInfoProvider

An IXPClassInfoProvider object that supplies XPClassInfo metadata.

See Also