Skip to main content

ConnectionPropertiesPage.CanSelectDatabase Property

Specifies whether the GUI is blocked, indicating that the database list is being loaded.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool CanSelectDatabase { get; set; }

Property Value

Type Description
Boolean

true, if the database list has been loaded; otherwise, false.

See Also