Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

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