Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PropertyCollectionSource.MasterObjectType Property

Returns the type of the object, whose collection property is represented by the current PropertyCollectionSource.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public Type MasterObjectType { get; }

Property Value

Type Description
Type

The type of the object, whose collection property is represented by the current PropertyCollectionSource.

See Also