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

IModelMember.IsVisibleInLookupListView Property

Specifies whether the current property is displayed in Lookup List Views, together with the default lookup property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(false)]
bool? IsVisibleInLookupListView { get; }

Property Value

Type Default Description
Nullable<Boolean> **false**

true, if the current property is displayed in Lookup List Views, together with the default lookup property; otherwise, false.

Remarks

This property can be set in code, using the VisibleInLookupListViewAttribute.

See Also