Back to Devexpress

IModelCommonMemberViewItem.LookupProperty Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-6e4752c4.md

latest1.7 KB
Original Source

IModelCommonMemberViewItem.LookupProperty Property

Specifies the property whose value is displayed in the text editor of the current Property Editor, if it represents a Lookup Property Editor.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string LookupProperty { get; set; }
vb
Property LookupProperty As String

Property Value

TypeDescription
String

A string specifying the property whose value is displayed in the text editor of the current Property Editor, if it represents a Lookup Property Editor.

|

Remarks

This property is considered for reference properties. You can use the Model Editor to change its value.

See Also

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace