Skip to main content

ChooseObjectConstructorPage.ShowOnlyHighlighted Property

Specifies whether the Show only highlighted constructors check box is selected.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

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 constructors check box is activated, irrelevant constructors are excluded from the list. If the check box is disabled, all available constructors are displayed.

See Also