Skip to main content

IChooseEFContextPageView.ContextName Property

If implemented, specifies the item selected in the list of available data contexts.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

string ContextName { get; set; }

Property Value

Type Description
String

A string that specifies the selected data context.

See Also