Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IMemberInfo.BindingName Property

Specifies the property descriptor used to bind to the current member.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string BindingName { get; }

Property Value

Type Description
String

A string that holds the property descriptor used to bind to the current member.

Remarks

To see an example of using this property, refer to the How to: Extend the Application Model help topic.

See Also