Skip to main content

DataContext.GetCustomDataSourceDisplayName(Object) Method

Returns the display name of a custom data source.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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