Skip to main content
A newer version of this page is available. .

IModelOptions.LookupSmallCollectionItemCount Property

Considered for reference properties that are displayed by a Lookup Property Editor in the LookupEditorMode.Auto mode (see IModelCommonMemberViewItem.LookupEditorMode). If the assumed object count in the Lookup Property Editor’s data source collection is greater than this property value, none of these objects is retrieved, and the Search feature is available.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(25)]
int LookupSmallCollectionItemCount { get; set; }

Property Value

Type Default Description
Int32 25

An integer value specifying the object count that must be reached to enable the Search functionality.

Property Paths

You can access this nested property as listed below:

Object Type Path to LookupSmallCollectionItemCount
IModelApplication
.Options.LookupSmallCollectionItemCount

Remarks

You can change this property value in the Model Editor.

LookupSmallCollectionItemCount

See Also