Skip to main content

ChooseObjectAssemblyPageView.SelectedItem Property

Specifies the item selected in the list of available assemblies.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v24.2.UI.dll

Declaration

[DefaultValue(null)]
public AssemblyViewInfo SelectedItem { get; set; }

Property Value

Type Default Description
AssemblyViewInfo null

An object containing settings of the selected assembly.

See Also