Skip to main content

IParameterContainer.Count Property

Counts the parameters that are available in a collection.

Namespace: DevExpress.DocumentServices.ServiceModel

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

int Count { get; }

Property Value

Type Description
Int32

An integer value, specifying the parameter count.

See Also