Skip to main content
A newer version of this page is available. .

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.1.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