Back to Devexpress

IMemberInfo.GetPath() Method

expressappframework-devexpress-dot-expressapp-dot-dc-dot-imemberinfo-c8321267.md

latest1.4 KB
Original Source

IMemberInfo.GetPath() Method

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

Namespace : DevExpress.ExpressApp.DC

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
IList<IMemberInfo> GetPath()
vb
Function GetPath As IList(Of IMemberInfo)

Returns

TypeDescription
IList<IMemberInfo>

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

|

See Also

IMemberInfo Interface

IMemberInfo Members

DevExpress.ExpressApp.DC Namespace