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

ChooseObjectAssemblyPage.ShowOnlyHighlighted Property

Specifies whether or not the Show only highlighted assemblies check box is selected.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool ShowOnlyHighlighted { get; set; }

Property Value

Type Description
Boolean

true, if the check box is selected; 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