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

IDisplayNameProvider.GetDataSourceDisplayName() Method

Returns the name displayed for a data source in a Field List.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

string GetDataSourceDisplayName()

Returns

Type Description
String

A String value specifying the data source’s name.

Remarks

This method should be overridden when implementing the IDisplayNameProvider interface. The string returned by the GetDataSourceDisplayName method is displayed as the root name of a data source structure shown in a Field List.

See Also