Skip to main content
A newer version of this page is available. .

DashboardDesigner.AllowMaximizeDashboardItems Property

Gets or sets whether end users can maximize dashboard items.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public bool AllowMaximizeDashboardItems { get; set; }

Property Value

Type Description
Boolean

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

See Also