Skip to main content
.NET 6.0+

IMemberInfo.GetPath() Method

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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