Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetDataBinding.DataSource Property

Gets the data source associated with the current WorksheetDataBinding object.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

object DataSource { get; }

Property Value

Type Description
Object

An object that is the target data source.

See Also