Skip to main content
.NET 6.0+

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

OBSOLETE

Use the CorrectMemberNames method instead

For internal use.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Obsolete("Use the CorrectMemberNames method instead")]
[Browsable(false)]
public static List<string> CorrectMemberNamesForDataViewMode(
    ITypeInfo objectTypeInfo,
    IList<string> memberNames,
    bool addKeyMembers,
    bool addBraces
)

Parameters

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

Returns

Type
List<String>
See Also