Skip to main content

IObjectDataSourceModel.ShowAllState Property

If implemented, specifies which bindable objects are available in the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

ShowAllState ShowAllState { get; set; }

Property Value

Type Description
ShowAllState

A value specifying which bindable objects are available.

Available values:

Name Description
None

No objects are listed.

Assemblies

Only highlighted assemblies are listed.

Classes

Only highlighted classes are listed.

Members

Only highlighted members are listed.

Constructors

Only highlighted constructors are listed.

All

All highlighted objects are listed (assemblies, classes, constructors and members).

Remarks

The ShowAllState property specifies the states of the dedicated check boxes, which define whether only highlighted items or all available items are displayed on wizard pages.

See Also