CustomGetValueEventArgs.MemberPath Property
In This Article
Returns the name of the property that is being queried for its value.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
When handling the ObjectFormatter.CustomGetValue event, use this property to determine the value that must be supplied to the CustomGetValueEventArgs.Value property.
See Also