Back to Devexpress

IModelMember.IsVisibleInLookupListView Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-fb6d6a51.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
bool? IsVisibleInLookupListView { get; }
vb
<DefaultValue(False)>
<Browsable(False)>
ReadOnly Property IsVisibleInLookupListView As Boolean?

Property Value

TypeDefaultDescription
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

DefaultProperty

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace