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

ShowAllState Enum

Lists the values indicating the bindable objects available in the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Flags]
public enum ShowAllState

Members

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).

Related API Members

The following properties accept/return ShowAllState values:

Library Related API Members
Cross-Platform Class Library DataSourceModel.ShowAllState
IObjectDataSourceModel.ShowAllState
ObjectDataSourceModel.ShowAllState
Reporting XtraReportModel.ShowAllState

See Also