Skip to main content
A newer version of this page is available. .

ObjectDataSourceFillParameters.DataSourceStorageCreated Property

Gets or sets an action performed after the data source storage is created.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public Action DataSourceStorageCreated { get; set; }

Property Value

Type Description
Action

A Action delegate method that specifies an action performed after the data source storage is created.

See Also