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

ChooseObjectConstructorPageView.ShowAll Property

Specifies the state of the Show only highlighted constructors check box.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public bool ShowAll { get; protected set; }

Property Value

Type Description
Boolean

true, to disable the check box; 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.

Implements

See Also