Skip to main content
A newer version of this page is available. .

ChooseObjectConstructorPage.Result Property

Specifies the item selected in the list of available data source constructors.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual ConstructorViewInfo Result { get; set; }

Property Value

Type Description
ConstructorViewInfo

An object containing settings of the selected data source constructor.

See Also