Skip to main content

SpreadsheetControlOptions.DataSourceLoading Property

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

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

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