ChooseEFContextPage.ContextName Property
Specifies the item selected in the list of available data contexts.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "RaiseContextNameChanged")]
public virtual string ContextName { get; set; }
Property Value
Type | Description |
---|---|
String | A string that specifies the selected data context. |
See Also