Back to Devexpress

CaptionHelper.GetFullMemberCaption(ITypeInfo, String) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getfullmembercaption-x28-devexpress-dot-expressapp-dot-dc-dot-itypeinfo-system-dot-string-x29.md

latest1.8 KB
Original Source

CaptionHelper.GetFullMemberCaption(ITypeInfo, String) Method

This method is intended for internal use.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static string GetFullMemberCaption(
    ITypeInfo typeInfo,
    string memberName
)
vb
Public Shared Function GetFullMemberCaption(
    typeInfo As ITypeInfo,
    memberName As String
) As String

Parameters

NameType
typeInfoITypeInfo
memberNameString

Returns

Type
String

Remarks

To get the display caption corresponding to a business class‘ property, use the CaptionHelper.GetMemberCaption method.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace