Back to Devexpress

DashboardCustomAssemblyLoadingEventArgs.AllowLoading Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardcustomassemblyloadingeventargs.md

latest1.3 KB
Original Source

DashboardCustomAssemblyLoadingEventArgs.AllowLoading Property

Gets or sets whether loading a custom assembly is allowed.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public bool AllowLoading { get; set; }
vb
Public Property AllowLoading As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DashboardCustomAssemblyLoadingEventArgs Class

DashboardCustomAssemblyLoadingEventArgs Members

DevExpress.DashboardCommon Namespace