Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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