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

DashboardCustomAssemblyLoadingEventArgs.AllowLoading Property

Gets or sets whether loading a custom assembly is allowed.

Namespace: DevExpress.DashboardCommon

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

Declaration

public bool AllowLoading { get; set; }

Property Value

Type Description
Boolean

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

See Also