CriteriaOperatorCollection(Int32) Constructor
Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
capacity | Int32 | The number of elements that the new CriteriaOperatorCollection can initially store. |
See Also