IDisplayNameProvider.GetDataSourceDisplayName() Method
Returns the name displayed for a data source in a Field List.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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