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

IChooseObjectAssemblyPageView.ShowAll Property

If implemented, specifies the state of the Show only highlighted assemblies check box.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

bool ShowAll { get; }

Property Value

Type Description
Boolean

true, to disable the check box; otherwise, false.

Remarks

If the Show only highlighted assemblies check box is activated, irrelevant assemblies are excluded from the list. If the check box is disabled, all available assemblies are displayed.

See Also