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

ObjectsCountGettingEventArgs.ObjectType Property

Gets the type of objects against which the calculation will be performed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

A Type object that identifies the type of objects against which the calculation will be performed.

See Also