Skip to main content

ObjectDataSourceFillParameters.DataSourceStorageCreated Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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