A newer version of this page is available.
Switch to the current version.
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; }
Public Property ShowAllState As ShowAllState
Property Value
Type | Description |
---|---|
ShowAllState | A ShowAllState flags enumeration value. |
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
Feedback