Back to Devexpress

DashboardDesigner.AllowMaximizeDashboardItems Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-d1e155cc.md

latest1.4 KB
Original Source

DashboardDesigner.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

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace