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

ObjectsCountGettingEventArgs.ObjectType Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.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