CustomGetValueEventArgs.MemberPath Property
Returns the name of the property that is being queried for its value.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A name of the property that is being queried for its value. |
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