IDisplayNameProvider.GetFieldDisplayName(String[]) Method
In This Article
Returns the name of a table or column item displayed in a Field List.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
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