DataContext.GetCustomDataSourceDisplayName(Object) Method
Returns the display name of a custom data source.
Namespace: DevExpress.Data.Browsing
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSource | Object | A Object value, specifying the data source. |
Returns
| Type | Description |
|---|---|
| String | A String value, specifying the custom data source display name. |
See Also