Skip to main content
.NET 6.0+

LookupEditPropertyCollectionSource.LookupMode Property

Specifies the kind of the List View that uses the LookupEditPropertyCollectionSource.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LookupEditCollectionSourceMode LookupMode { get; set; }

Property Value

Type Description
LookupEditCollectionSourceMode

A LookupEditCollectionSourceMode enumeration value that specifies the kind of the List View that uses the LookupEditPropertyCollectionSource.

Remarks

This property is intended for internal use.

See Also