IMemberInfo.GetPath() Method
In This Article
Returns the properties that form the current property’s IMemberInfo.BindingName.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IList<IMemberInfo> GetPath()
#Returns
Type | Description |
---|---|
IList<IMember |
An IList<IMember |
See Also