Skip to main content
Row

WorksheetDataBinding.DataSource Property

Gets the data source associated with the current WorksheetDataBinding object.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

object DataSource { get; }

Property Value

Type Description
Object

An object that is the target data source.

See Also