Skip to main content

DashboardViewer.AllowMaximizeDashboardItems Property

Gets or sets whether end users can maximize dashboard items.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(true)]
public bool AllowMaximizeDashboardItems { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also