IObjectDataSourceModel.ShowAllState Property
If implemented, specifies which bindable objects are available in the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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.