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

CustomGetValueEventArgs.MemberPath Property

Returns the name of the property that is being queried for its value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string MemberPath { get; }

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