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

XpoDefault.MaxInSize Property

Gets the maximum optimal packet size (the number of operands in a packet) for the InOperator.Operands collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static int MaxInSize { get; }

Property Value

Type Description
Int32

An integer value that is the maximum value returned by the XpoDefault.GetTerminalInSize method.

See Also