Back to Devexpress

IModelMember.DataSourceProperty Property

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

latest1.6 KB
Original Source

IModelMember.DataSourceProperty Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDescription
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

DataSourcePropertyIsNullMode

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace