Skip to main content
.NET 6.0+

ObjectsCountGettingEventArgs.ObjectType Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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