IChooseObjectConstructorPageView.ShowAll Property
If implemented, specifies the state of the Show only highlighted constructors check box.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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.
See Also