ChooseObjectTypePage.SelectedItem Property
Specifies the item selected in the list of available types.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual TypeViewInfo SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
TypeViewInfo | An object containing settings of the selected type. |
See Also