Back to Devexpress

DashboardViewer.AllowMaximizeDashboardItems Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-620ad092.md

latest1.3 KB
Original Source

DashboardViewer.AllowMaximizeDashboardItems Property

Gets or sets whether end users can maximize dashboard items.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool AllowMaximizeDashboardItems { get; set; }
vb
<DefaultValue(True)>
Public Property AllowMaximizeDashboardItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to allow maximizing dashboard items; otherwise, false.

|

Implements

AllowMaximizeDashboardItems

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace