Back to Devexpress

IModelClassDashboardsVisibility.IsVisibleInDashboards Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelclassdashboardsvisibility.md

latest1.6 KB
Original Source

IModelClassDashboardsVisibility.IsVisibleInDashboards Property

Specifies whether the current class can serve as a data source for dashboards.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsVisibleInDashboards { get; set; }
vb
Property IsVisibleInDashboards As Boolean

Property Value

TypeDescription
Boolean

true , if the current class can serve as a data source for dashboards.

|

Remarks

For details, refer to the Create, View and Modify Dashboards in a WinForms Application topic.

See Also

IModelClassDashboardsVisibility Interface

IModelClassDashboardsVisibility Members

DevExpress.ExpressApp.Model Namespace