Skip to main content
.NET 6.0+

ModelBOModelMemberNodesGenerator.GetMemberCaption(IMemberInfo) Method

Generates a caption for the specified member.

Namespace: DevExpress.ExpressApp.Model.NodeGenerators

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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