ModelBOModelMemberNodesGenerator.GetMemberCaption(IMemberInfo) Method
Generates a caption for the specified member.
Namespace: DevExpress.ExpressApp.Model.NodeGenerators
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| memberInfo | IMemberInfo | An IMemberInfo object that supplies metadata information on a member. |
Returns
| Type | Description |
|---|---|
| String | A string which is the caption for the specified member. |
See Also