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

IModelMemberViewItem.DataSourceProperty Property

Specifies the property that the current Property Editor must display, instead of its predefined property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

string DataSourceProperty { get; set; }

Property Value

Type Description
String

A string specifying the property that the current Property Editor must display, instead of its predefined property.

Remarks

This property is considered for Property Editors that display a reference property.

For details, refer to the DataSourcePropertyAttribute class description.

See Also