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