Skip to main content
.NET 6.0+

PropertyCollectionSource.MasterObjectType Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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