Back to Devexpress

IDisplayNameProvider.GetDataSourceDisplayName() Method

corelibraries-devexpress-dot-data-dot-idisplaynameprovider.md

latest1.5 KB
Original Source

IDisplayNameProvider.GetDataSourceDisplayName() Method

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
string GetDataSourceDisplayName()
vb
Function GetDataSourceDisplayName As String

Returns

TypeDescription
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

IDisplayNameProvider Interface

IDisplayNameProvider Members

DevExpress.Data Namespace