ChooseObjectConstructorPage.Result Property
Specifies the item selected in the list of available data source constructors.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.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