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

SpreadsheetDataSourceWizardOptions.DataSourceTypes Property

Gets or sets data source types displayed on the "Select the data source type" page of the Data Source Wizard.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

[Browsable(false)]
[DefaultValue(DataSourceTypes.All)]
public DataSourceTypes DataSourceTypes { get; set; }

Property Value

Type Default Description
DataSourceTypes All

A DataSourceTypes enumeration member.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataSourceTypes
SpreadsheetControlOptions
.DataSourceWizard .DataSourceTypes

Remarks

Use bitwise OR to combine data source types to show them on the "Select the data source type" page illustrated below.

Howto-Bind-Snap-Report-to-Data01a

See Also