ModelBOModelMemberNodesGenerator.GetMemberCaption(IMemberInfo) Method
Generates a caption for the specified member.
Namespace: DevExpress.ExpressApp.Model.NodeGenerators
Assembly: DevExpress.ExpressApp.v24.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