Skip to main content
.NET 6.0+

CaptionHelper.GetLastMemberPartCaption(Type, String) Method

This method is intended for internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static string GetLastMemberPartCaption(
    Type objectType,
    string memberName
)

Parameters

Name Type
objectType Type
memberName String

Returns

Type
String
See Also