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

XtraReportModel.ShowAllState Property

Specifies the state of check boxes throughout the ObjectDataSource creation pages.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ShowAllState ShowAllState { get; set; }

Property Value

Type Description
ShowAllState

A ShowAllState flags enumeration value.

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

Flags defined by this property determine the state of the following check boxes.

  • Show only highlighted assemblies
  • Show only highlighted types
  • Show only highlighted constructors
  • Show only highlighted members

Implements

See Also