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

SpreadsheetControlOptions.DataSourceLoading Property

Provides access to options for loading a data source in mail merge operations.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

Declaration

public SpreadsheetDataSourceLoadingOptions DataSourceLoading { get; set; }

Property Value

Type Description
DevExpress.Xpf.Spreadsheet.SpreadsheetDataSourceLoadingOptions

An object that contains options for loading a data source in mail merge.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataSourceLoading
SpreadsheetControl
.Options.DataSourceLoading
See Also