DataContext.GetDataMemberDisplayName(Object, String, String) Method
Returns the display name of a data member.
Namespace: DevExpress.Data.Browsing
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public string GetDataMemberDisplayName(
object dataSource,
string dataMemberPrefix,
string dataMember
)
Parameters
Name | Type | Description |
---|---|---|
dataSource | Object | A Object value, specifying the data source. |
dataMemberPrefix | String | A String value, specifying the data member prefix. |
dataMember | String | A String value, specifying the data member. |
Returns
Type | Description |
---|---|
String | A String value, specifying the data member display name. |
See Also