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

IMemberInfo.GetPath() Method

Returns the properties that form the current property’s IMemberInfo.BindingName.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

IList<IMemberInfo> GetPath()

Returns

Type Description
IList<IMemberInfo>

An IList<IMemberInfo> object which represents the properties that form the current property’s descriptor.

See Also