Back to Devexpress

XpoDefault.MaxInSize Property

xpo-devexpress-dot-xpo-dot-xpodefault-ed823a11.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static int MaxInSize { get; }
vb
Public Shared ReadOnly Property MaxInSize As Integer

Property Value

TypeDescription
Int32

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

|

See Also

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace