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.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | DevExpress.Xpo.Helpers.IXPClassInfoProvider | An IXPClassInfoProvider object that supplies XPClassInfo metadata. |
See Also