Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.CanSelectServer Property

Specifies whether or not the GUI is blocked, indicating that the list of Microsoft SQL Server instances is being loaded.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool CanSelectServer { get; set; }

Property Value

Type Description
Boolean

true, if the list of server instances has been loaded; otherwise, false.

See Also