Back to Devexpress

DashboardCustomAssemblyLoadingEventArgs.AssemblyPath Property

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

latest1.4 KB
Original Source

DashboardCustomAssemblyLoadingEventArgs.AssemblyPath Property

Gets the path to the external assembly containing the Entity Framework model.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public string AssemblyPath { get; }
vb
Public ReadOnly Property AssemblyPath As String

Property Value

TypeDescription
String

A String that is the path to the external assembly containing the Entity Framework model.

|

See Also

DashboardCustomAssemblyLoadingEventArgs Class

DashboardCustomAssemblyLoadingEventArgs Members

DevExpress.DashboardCommon Namespace