Skip to main content
.NET 6.0+

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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