Skip to main content
A newer version of this page is available. .

ModelBOModelMemberNodesGenerator.GetMemberCaption(IMemberInfo) Method

Generates a caption for the specified member.

Namespace: DevExpress.ExpressApp.Model.NodeGenerators

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static string GetMemberCaption(
    IMemberInfo memberInfo
)

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