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

IDisplayNameProvider.GetFieldDisplayName(String[]) Method

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

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