Skip to main content

IDisplayNameProvider.GetFieldDisplayName(String[]) Method

Returns the name of a table or column item displayed in a Field List.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

string GetFieldDisplayName(
    string[] fieldAccessors
)

Parameters

Name Type Description
fieldAccessors String[]

An array of String values, corresponding to the original data member display names.

Returns

Type Description
String

A String value, specifying the new data member name.

Remarks

Override this method when implementing the IDisplayNameProvider interface.

For more information, see Field List.

See Also