Skip to main content

ChooseObjectTypePage.CanShowOnlyHighlighted Property

Specifies whether the Show only highlighted types check box is available on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanShowOnlyHighlighted { get; set; }

Property Value

Type Description
Boolean

true, if the check box is available; otherwise, false.

See Also