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

DataContext.GetDataSourceDisplayName(Object, String) Method

Returns the display name of a data source.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v19.2.dll

Declaration

public virtual string GetDataSourceDisplayName(
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

A Object value, specifying the data source.

dataMember String

A String value, specifying the data member.

Returns

Type Description
String

A String value, specifying the data source display name.

See Also