IDisplayNameProvider.GetFieldDisplayName(String[]) Method
Returns the name of a table or column item displayed in a Field List.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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