Specifies the item selected in the list of available data contexts.
Namespace:DevExpress.DataAccess.UI.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.UI.dll

Syntax
C# |
public string ContextName { get; set; }
|
VB |
Public Property ContextName As String
|
Property value
Type: String
A string that specifies the selected data context.

See Also