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

DataContext.TryGetDataMemberDisplayName(Object, String, out String) Method

Attempts to obtain the display name of the specified data member.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v19.2.dll

Declaration

public bool TryGetDataMemberDisplayName(
    object dataSource,
    string dataMember,
    out string result
)

Parameters

Name Type Description
dataSource Object

A Object value, specifying the data source.

dataMember String

A String value, specifying the data member.

result String

A String value, specifying the result.

Returns

Type Description
Boolean

true if the data member’s display name has been obtained; otherwise false.

See Also