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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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