Skip to main content

EFDataMemberViewModelBase.Name Property

Indicates the data member name displayed in the application GUI.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value.

See Also