Skip to main content
All docs
V19.2

ASPxResourceStorage.DataSource Property

Overrides the PersistentObjectStorage<T>.DataSource property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public override object DataSource { get; set; }

Property Value

Type Description
Object

An Object that represents the storage’s data source.

See Also