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

ListView.CorrectMemberNames(ITypeInfo, IList<String>, Boolean, Boolean, Boolean) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public static List<string> CorrectMemberNames(
    ITypeInfo objectTypeInfo,
    IList<string> memberNames,
    bool addKeyMembers,
    bool addBraces,
    bool allowMembersWithExpression
)

Parameters

Name Type
objectTypeInfo ITypeInfo
memberNames IList<String>
addKeyMembers Boolean
addBraces Boolean
allowMembersWithExpression Boolean

Returns

Type
List<String>
See Also