Skip to main content

IDataSourceContainerOptions.DataSource Property

Gets or sets the data source object used to connect to data.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

object DataSource { get; set; }

Property Value

Type Description
Object

An object that is the data source from which data is retrieved.

See Also