Skip to main content

ChooseObjectAssemblyPage.SelectedItem Property

Specifies the item selected in the list of available assemblies.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
AssemblyViewInfo

An object containing settings of the selected assembly.

See Also