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

DataContext.GetCustomDataSourceDisplayName(Object) Method

Returns the display name of a custom data source.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v19.2.dll

Declaration

public string GetCustomDataSourceDisplayName(
    object dataSource
)

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