Skip to main content

DashboardCustomAssemblyLoadingEventArgs.AllowLoading Property

Gets or sets whether loading a custom assembly is allowed.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool AllowLoading { get; set; }

Property Value

Type Description
Boolean

true, to allow loading a custom assembly; otherwise, false.

See Also